Skip to content

Commit 0d368c5

Browse files
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 1ec09d5 commit 0d368c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-all-matrix.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
save-always: true # always save the cache, even if build fails
204204

205205
- name: Download Linuxkit artifacts
206-
uses: actions/download-artifact@v7
206+
uses: actions/download-artifact@v8
207207
if: ${{ github.ref != 'refs/heads/main' }}
208208
with:
209209
name: linuxkit-images-${{ matrix.docker_arch }}
@@ -223,7 +223,7 @@ jobs:
223223
docker images
224224
225225
- name: Download Kernel artifacts
226-
uses: actions/download-artifact@v7
226+
uses: actions/download-artifact@v8
227227
if: ${{ github.ref != 'refs/heads/main' }}
228228
with:
229229
name: kernel-images-${{ matrix.kernel }}
@@ -273,7 +273,7 @@ jobs:
273273
uses: actions/checkout@v6
274274

275275
- name: Download built Hook artifacts
276-
uses: actions/download-artifact@v7
276+
uses: actions/download-artifact@v8
277277
with:
278278
pattern: "hook-tarball-*"
279279
merge-multiple: true
@@ -345,7 +345,7 @@ jobs:
345345
uses: actions/checkout@v6
346346

347347
- name: Download built Hook artifacts
348-
uses: actions/download-artifact@v7
348+
uses: actions/download-artifact@v8
349349
with:
350350
pattern: "hook-tarball-*"
351351
merge-multiple: true

0 commit comments

Comments
 (0)