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 81
81
build_docs : ${{ matrix.build_docs }}
82
82
83
83
- name : " Attest release .exe provenance"
84
- uses : actions/attest-build-provenance@v1
84
+ uses : actions/attest-build-provenance@v2
85
85
id : attest-exe-provenance
86
86
with :
87
87
subject-path : " elixir-otp-${{ matrix.otp }}.exe"
91
91
ATTESTATION : " ${{ steps.attest-exe-provenance.outputs.bundle-path }}"
92
92
93
93
- name : " Attest release .zip provenance"
94
- uses : actions/attest-build-provenance@v1
94
+ uses : actions/attest-build-provenance@v2
95
95
id : attest-zip-provenance
96
96
with :
97
97
subject-path : " elixir-otp-${{ matrix.otp }}.zip"
@@ -101,7 +101,7 @@ jobs:
101
101
ATTESTATION : " ${{ steps.attest-zip-provenance.outputs.bundle-path }}"
102
102
103
103
- name : " Attest docs provenance"
104
- uses : actions/attest-build-provenance@v1
104
+ uses : actions/attest-build-provenance@v2
105
105
id : attest-docs-provenance
106
106
if : ${{ matrix.build_docs }}
107
107
with :
You can’t perform that action at this time.
0 commit comments