diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index c2a4afce6..a7268ff09 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -29,7 +29,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 with: subject-path: ${{ github.workspace }}/target/release/libzip.rlib continue-on-error: true