mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Update GitHub Action workflows to actions/upload-artifact@v4
(#13297)
Keep this up to date in all non-security-only branches, because the node.js runtime for older versions might get deprecated in the future and fixing this for all branches at once is easier.
This commit is contained in:
parent
404803577d
commit
e209506bfa
2
.github/actions/test-linux/action.yml
vendored
2
.github/actions/test-linux/action.yml
vendored
@ -46,7 +46,7 @@ runs:
|
||||
--show-diff \
|
||||
--show-slow 1000 \
|
||||
--set-timeout 120
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always() && inputs.testArtifacts != null
|
||||
with:
|
||||
name: ${{ github.job }}_${{ inputs.testArtifacts }}
|
||||
|
2
.github/actions/test-macos/action.yml
vendored
2
.github/actions/test-macos/action.yml
vendored
@ -28,7 +28,7 @@ runs:
|
||||
--show-diff \
|
||||
--show-slow 1000 \
|
||||
--set-timeout 120
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always() && inputs.testArtifacts != null
|
||||
with:
|
||||
name: ${{ github.job }}_${{ inputs.testArtifacts }}
|
||||
|
Loading…
Reference in New Issue
Block a user