File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 run : printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
118118
119119 - name : Generate artifact attestation
120- uses : actions/attest-build-provenance@v1
120+ uses : actions/attest-build-provenance@v2
121121 with :
122122 subject-path : ${{ env.binary_path }}
123123
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 run : printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
128128
129129 - name : Generate artifact attestation
130- uses : actions/attest-build-provenance@v1
130+ uses : actions/attest-build-provenance@v2
131131 with :
132132 subject-path : ${{ env.binary_path }}
133133
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 run : printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
112112
113113 - name : Generate artifact attestation
114- uses : actions/attest-build-provenance@v1
114+ uses : actions/attest-build-provenance@v2
115115 with :
116116 subject-path : ${{ env.binary_path }}
117117
Original file line number Diff line number Diff line change 7373 run : Compress-Archive -Path "${{ matrix.name }}/bin/*" -DestinationPath "${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip"
7474
7575 - name : Generate artifact attestation
76- uses : actions/attest-build-provenance@v1
76+ uses : actions/attest-build-provenance@v2
7777 with :
7878 subject-path : |
7979 ${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip
You can’t perform that action at this time.
0 commit comments