diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 165f492fa..2e1520501 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -261,7 +261,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download runtime source for fork if: github.event.pull_request.head.repo.fork - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: runtime-src-${{ matrix.base_image.tag }} path: containers/runtime @@ -329,7 +329,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download runtime source for fork if: github.event.pull_request.head.repo.fork - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: runtime-src-${{ matrix.base_image.tag }} path: containers/runtime