diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a2a1257..13b1b40 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -88,7 +88,7 @@ jobs: if-no-files-found: error retention-days: 1 - name: Attest - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 id: attest if: ${{ github.event_name == 'push' }} with: @@ -139,7 +139,7 @@ jobs: docker buildx imagetools inspect "$FULL_DOCKER_IMAGE" echo "digest=$(docker buildx imagetools inspect "$FULL_DOCKER_IMAGE" | grep "Digest:" | awk '{ print $2 }')" >"$GITHUB_OUTPUT" - name: Attest - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 id: attest if: ${{ github.event_name == 'push' }} with: