Skip to content

Commit ccec6b6

Browse files
committed
workflow: fix
1 parent f9a5014 commit ccec6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- run: composer install --no-progress --prefer-dist
2525
- run: vendor/bin/tester tests -s -C
2626
- if: failure()
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v2
2828
with:
2929
name: output
30-
path: tests/Utils/output
30+
path: tests/**/output
3131

3232

3333
code_coverage:

0 commit comments

Comments
 (0)