Skip to content

Commit 552fcd4

Browse files
dependabot[bot]florianl
authored andcommitted
Build(deps): Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 55a59c4 commit 552fcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: get initramfs
9393
# Fetch the initramfs.cpio that was created in the previous step.
94-
uses: actions/download-artifact@v6
94+
uses: actions/download-artifact@v7
9595
with:
9696
name: initramfs-${{ matrix.target_arch }}
9797

0 commit comments

Comments
 (0)