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:
Dave Kempe
2026-02-07 11:25:00 +11:00
committed by GitHub
+3 -3
View File
@@ -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