mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user