diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca1880cd..d9a57efce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Attest build provenance - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 if: steps.release.outputs.released == 'true' with: subject-path: "dist/*"