diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index abddf1d..e776a1b 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_PAT }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - - uses: actions/attest-build-provenance@v3 + - uses: actions/attest-build-provenance@v4 with: subject-path: ${{ github.workspace }}/target/release/photo_sort continue-on-error: true