We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact
1 parent 5b4c74e commit 0183342Copy full SHA for 0183342
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: sh xp-run xp.test.Runner -r Dots -r JSON,test-results-${{ matrix.php-versions }}-${{ matrix.os }}.json src/test/php
57
58
- name: Test Report
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
if: success() || failure()
61
with:
62
name: test-results
0 commit comments