Skip to content

Commit 232cedf

Browse files
Bump actions/download-artifact from 4 to 5 (#10)
1 parent 0103275 commit 232cedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_deb_rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
SECRET_GPG_KEY: ${{ secrets.GPG_KEY }}
4444

4545
- name: 💾 Artifact download
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747

4848
- name: 🔧 Prepare DEB/RPM Upload
4949
if: ${{ env.SECRET_APT_REPO_NIGHTLY != null && env.SECRET_APT_REPO != null && env.SECRET_DNF_REPO_NIGHTLY != null && env.SECRET_DNF_REPO != null }}

0 commit comments

Comments
 (0)