diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 0998e0d..d7f6ca9 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Download AMD64 image - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: image-amd64-${{ github.run_id }} path: /tmp diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ce4b892..286ff99 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -84,13 +84,13 @@ jobs: persist-credentials: false - name: Download AMD64 image - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: image-amd64-${{ github.run_id }} path: /tmp - name: Download ARM64 image - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: image-arm64-${{ github.run_id }} path: /tmp