Skip to content

Commit bf23f98

Browse files
Build: Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2388e2 commit bf23f98

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
@@ -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)