diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index dc54277..2a7f7c0 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.0.0 + uses: actions/attest-build-provenance@v3.1.0 with: subject-path: "dist/*"