Skip to content

Commit c2002e4

Browse files
authored
Merge pull request #3575 from jamulussoftware/dependabot/github_actions/actions/download-artifact-7
Build: Bump actions/download-artifact from 4 to 7
2 parents 4d33731 + bf23f98 commit c2002e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ jobs:
473473
# Unfortunately download-artifact action doesn't support wild card downloads. Thus downloading all artifacts
474474
- name: Download all artifacts
475475
if: env.GPG_REPO_KEY_MISSING == 'false'
476-
uses: actions/download-artifact@v4
476+
uses: actions/download-artifact@v7
477477
with:
478478
path: releasedl/
479479
- name: Create Debian repository

0 commit comments

Comments
 (0)