mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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 }} \
|
${{ github.sha }} \
|
||||||
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
|
||||||
> $GITHUB_STEP_SUMMARY
|
> $GITHUB_STEP_SUMMARY
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: profiles
|
name: profiles
|
||||||
path: ${{ github.workspace }}/benchmark/profiles
|
path: ${{ github.workspace }}/benchmark/profiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue