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