diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 132edcd..f29fb77 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@v5 + uses: actions/download-artifact@v6 with: name: image-amd64-${{ github.run_id }} path: /tmp diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f8be2e5..9c3d5e0 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@v5 + uses: actions/download-artifact@v6 with: name: image-amd64-${{ github.run_id }} path: /tmp - name: Download ARM64 image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: image-arm64-${{ github.run_id }} path: /tmp