We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da2c7e + 8f4ac5f commit 7383bddCopy full SHA for 7383bdd
1 file changed
.github/workflows/build-assets.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/attest-build-provenance@v3
60
with:
61
subject-path: '${{ github.workspace }}/pie.phar'
62
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
63
64
name: pie-${{ github.sha }}.phar
65
path: pie.phar
@@ -155,7 +155,7 @@ jobs:
155
156
subject-path: '${{ github.workspace }}/${{ env.PIE_BINARY_OUTPUT }}'
157
158
159
160
name: pie-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}.bin
161
path: ${{ env.PIE_BINARY_OUTPUT }}
0 commit comments