diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index eb115c538..65c4881fd 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -104,13 +104,13 @@ jobs: persist-credentials: false - name: Download AMD64 image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: image-amd64-${{ github.run_id }} path: /tmp - name: Download ARM64 image - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: image-arm64-${{ github.run_id }} path: /tmp