Skip to content

Commit 2c19b5e

Browse files
authored
Merge pull request #3211 from jamulussoftware/dependabot/github_actions/actions/download-artifact-4
2 parents 60287a4 + 46138de commit 2c19b5e

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
@@ -462,7 +462,7 @@ jobs:
462462
# Unfortunately download-artifact action doesn't support wild card downloads. Thus downloading all artifacts
463463
- name: Download all artifacts
464464
if: env.GPG_REPO_KEY_MISSING == 'false'
465-
uses: actions/download-artifact@v3
465+
uses: actions/download-artifact@v4
466466
with:
467467
path: releasedl/
468468
- name: Create Debian repository

0 commit comments

Comments
 (0)