diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b0f2e..85ff7c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Attest build provenance - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 if: steps.release.outputs.released == 'true' with: subject-path: "dist/*"