Skip to content

Commit 7383bdd

Browse files
authored
Merge pull request #472 from php/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 6da2c7e + 8f4ac5f commit 7383bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/attest-build-provenance@v3
6060
with:
6161
subject-path: '${{ github.workspace }}/pie.phar'
62-
- uses: actions/upload-artifact@v5
62+
- uses: actions/upload-artifact@v6
6363
with:
6464
name: pie-${{ github.sha }}.phar
6565
path: pie.phar
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
subject-path: '${{ github.workspace }}/${{ env.PIE_BINARY_OUTPUT }}'
157157

158-
- uses: actions/upload-artifact@v5
158+
- uses: actions/upload-artifact@v6
159159
with:
160160
name: pie-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}.bin
161161
path: ${{ env.PIE_BINARY_OUTPUT }}

0 commit comments

Comments
 (0)