diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7b201ced..936546f20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -248,7 +248,7 @@ jobs: pattern: wheels-* merge-multiple: true - name: Generate artifact attestation - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: subject-path: | @@ -284,7 +284,7 @@ jobs: pattern: binaries-* merge-multiple: true - name: Generate artifact attestation - uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: subject-path: |