Skip to content

Commit aaf28c8

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

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
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: get initramfs
9595
# Fetch the initramfs.cpio that was created in the previous step.
96-
uses: actions/download-artifact@v7
96+
uses: actions/download-artifact@v8
9797
with:
9898
name: initramfs-${{ matrix.target_arch }}
9999

0 commit comments

Comments
 (0)