File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 build_docs : ${{ matrix.build_docs }}
8282
8383 - name : " Attest release .exe provenance"
84- uses : actions/attest-build-provenance@v1
84+ uses : actions/attest-build-provenance@v2
8585 id : attest-exe-provenance
8686 with :
8787 subject-path : " elixir-otp-${{ matrix.otp }}.exe"
9191 ATTESTATION : " ${{ steps.attest-exe-provenance.outputs.bundle-path }}"
9292
9393 - name : " Attest release .zip provenance"
94- uses : actions/attest-build-provenance@v1
94+ uses : actions/attest-build-provenance@v2
9595 id : attest-zip-provenance
9696 with :
9797 subject-path : " elixir-otp-${{ matrix.otp }}.zip"
@@ -101,7 +101,7 @@ jobs:
101101 ATTESTATION : " ${{ steps.attest-zip-provenance.outputs.bundle-path }}"
102102
103103 - name : " Attest docs provenance"
104- uses : actions/attest-build-provenance@v1
104+ uses : actions/attest-build-provenance@v2
105105 id : attest-docs-provenance
106106 if : ${{ matrix.build_docs }}
107107 with :
You can’t perform that action at this time.
0 commit comments