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