mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update GitHub Action workflows to actions/upload-artifact@v6
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -391,7 +391,7 @@ jobs:
|
||||
${{ github.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: profiles
|
||||
path: ${{ github.workspace }}/benchmark/profiles
|
||||
|
||||
Reference in New Issue
Block a user