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