@@ -56,10 +56,10 @@ jobs:
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@v3
59+ uses : actions/attest@v4
6060 with :
6161 subject-path : ' ${{ github.workspace }}/pie.phar'
62- - uses : actions/upload-artifact@v6
62+ - uses : actions/upload-artifact@v7
6363 with :
6464 name : pie-${{ github.sha }}.phar
6565 path : pie.phar
@@ -124,7 +124,7 @@ jobs:
124124 echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125125
126126 - name : Grab the pie.phar from artifacts
127- uses : actions/download-artifact@v7
127+ uses : actions/download-artifact@v8
128128 with :
129129 name : pie-${{ github.sha }}.phar
130130
@@ -151,11 +151,11 @@ jobs:
151151 # code, which would store attestation that `php/pie` built the binaries,
152152 # and it would look genuine. So this should NOT run for PR builds.
153153 if : github.event_name != 'pull_request'
154- uses : actions/attest-build-provenance@v3
154+ uses : actions/attest@v4
155155 with :
156156 subject-path : ' ${{ github.workspace }}/${{ env.PIE_BINARY_OUTPUT }}'
157157
158- - uses : actions/upload-artifact@v6
158+ - uses : actions/upload-artifact@v7
159159 with :
160160 name : pie-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}.bin
161161 path : ${{ env.PIE_BINARY_OUTPUT }}
0 commit comments