diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 2a7f7c0..da14a76 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -95,7 +95,7 @@ jobs: - name: Generate artifact attestation for sdist and wheel if: steps.release.outputs.released == 'true' - uses: actions/attest-build-provenance@v3.1.0 + uses: actions/attest-build-provenance@v3.2.0 with: subject-path: "dist/*"