diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 138d9409..19a41ab6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: install -m 0755 _build/default/bin/main.exe \ "affinescript-${{ matrix.target }}" - name: Attest build provenance - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2 + uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 with: subject-path: 'affinescript-${{ matrix.target }}' - name: Upload the binary to the release