File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 # code, which would store attestation that `php/pie` built the PHAR, and
5757 # it would look genuine. So this should NOT run for PR builds.
5858 if : github.event_name != 'pull_request'
59- uses : actions/attest-build-provenance@v2
59+ uses : actions/attest-build-provenance@v3
6060 with :
6161 subject-path : ' ${{ github.workspace }}/pie.phar'
6262 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 labels : ${{ steps.meta.outputs.labels }}
108108
109109 - name : Generate artifact attestation
110- uses : actions/attest-build-provenance@v2
110+ uses : actions/attest-build-provenance@v3
111111 with :
112112 subject-name : ghcr.io/${{ github.repository }}
113113 subject-digest : ${{ steps.build-and-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments