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.
1 parent 2fa32f1 commit e86514bCopy full SHA for e86514b
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: composer install --no-progress --prefer-dist
23
- run: vendor/bin/tester tests -s -C
24
- if: failure()
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
with:
27
name: output
28
path: tests/**/output
0 commit comments