Skip to content

Commit 2f741e6

Browse files
authored
Merge pull request #3633 from jamulussoftware/dependabot/github_actions/actions/download-artifact-8
Build: Bump actions/download-artifact from 7 to 8
2 parents 2db7bcc + 80f9b78 commit 2f741e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ jobs:
478478
# Unfortunately download-artifact action doesn't support wild card downloads. Thus downloading all artifacts
479479
- name: Download all artifacts
480480
if: env.GPG_REPO_KEY_MISSING == 'false'
481-
uses: actions/download-artifact@v7
481+
uses: actions/download-artifact@v8
482482
with:
483483
path: releasedl/
484484
- name: Create Debian repository

0 commit comments

Comments
 (0)