mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update GitHub Action workflows to actions/upload-artifact@v4
(master)
This applies the upgrade for workflows that have been added in the master branch.
This commit is contained in:
parent
91fde8b34b
commit
bba24f04a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -300,7 +300,7 @@ jobs:
|
|||
${{ github.sha }} \
|
||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||
> $GITHUB_STEP_SUMMARY
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: profiles
|
||||
path: ${{ github.workspace }}/benchmark/profiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue