Skip to content

Commit 91fde8b

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297)
2 parents 668edf2 + b82d25b commit 91fde8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
--show-diff \
6161
--show-slow 1000 \
6262
--set-timeout 120
63-
- uses: actions/upload-artifact@v3
63+
- uses: actions/upload-artifact@v4
6464
if: always() && inputs.testArtifacts != null
6565
with:
6666
name: ${{ github.job }}_${{ inputs.testArtifacts }}

.github/actions/test-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
--show-diff \
3131
--show-slow 1000 \
3232
--set-timeout 120
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
if: always() && inputs.testArtifacts != null
3535
with:
3636
name: ${{ github.job }}_${{ inputs.testArtifacts }}

0 commit comments

Comments
 (0)