mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 17:47:13 +00:00
Merge pull request #7 from sol1/dependabot/github_actions/actions/download-artifact-7
ci: bump actions/download-artifact from 4 to 7
This commit is contained in:
@@ -231,19 +231,19 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download deb artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: deb-package
|
||||
path: artifacts/deb-package
|
||||
|
||||
- name: Download rpm artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: rpm-package
|
||||
path: artifacts/rpm-package
|
||||
|
||||
- name: Download tarball artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: tarball
|
||||
path: artifacts/tarball
|
||||
|
||||
Reference in New Issue
Block a user