We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103275 commit 232cedfCopy full SHA for 232cedf
.github/workflows/publish_deb_rpm.yml
@@ -43,7 +43,7 @@ jobs:
43
SECRET_GPG_KEY: ${{ secrets.GPG_KEY }}
44
45
- name: 💾 Artifact download
46
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
47
48
- name: 🔧 Prepare DEB/RPM Upload
49
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