Skip to content

Commit b82d25b

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297)
2 parents 7e3a6a1 + e209506 commit b82d25b

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
@@ -55,7 +55,7 @@ runs:
5555
--show-diff \
5656
--show-slow 1000 \
5757
--set-timeout 120
58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
if: always() && inputs.testArtifacts != null
6060
with:
6161
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
@@ -29,7 +29,7 @@ runs:
2929
--show-diff \
3030
--show-slow 1000 \
3131
--set-timeout 120
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
if: always() && inputs.testArtifacts != null
3434
with:
3535
name: ${{ github.job }}_${{ inputs.testArtifacts }}

0 commit comments

Comments
 (0)