Skip to content

Commit 0183342

Browse files
committed
Upgrade actions/upload-artifact to version 4
1 parent 5b4c74e commit 0183342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: sh xp-run xp.test.Runner -r Dots -r JSON,test-results-${{ matrix.php-versions }}-${{ matrix.os }}.json src/test/php
5757

5858
- name: Test Report
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
if: success() || failure()
6161
with:
6262
name: test-results

0 commit comments

Comments
 (0)