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