From 926a19d93a65fa00b11b3838bbba2f05f14ba84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:19:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all-matrix.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-all-matrix.yaml b/.github/workflows/build-all-matrix.yaml index 99f01e8e..25f8ef2a 100644 --- a/.github/workflows/build-all-matrix.yaml +++ b/.github/workflows/build-all-matrix.yaml @@ -208,7 +208,7 @@ jobs: save-always: true # always save the cache, even if build fails - name: Download Linuxkit artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 if: ${{ github.ref != 'refs/heads/main' }} with: name: linuxkit-images-${{ matrix.docker_arch }} @@ -228,7 +228,7 @@ jobs: docker images - name: Download Kernel artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 if: ${{ github.ref != 'refs/heads/main' }} with: name: kernel-images-${{ matrix.kernel }} @@ -278,7 +278,7 @@ jobs: uses: actions/checkout@v5 - name: Download built Hook artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: "hook-tarball-*" merge-multiple: true @@ -350,7 +350,7 @@ jobs: uses: actions/checkout@v5 - name: Download built Hook artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: "hook-tarball-*" merge-multiple: true