Skip to content

Commit f01b281

Browse files
committed
github actions updated
1 parent fb498bc commit f01b281

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
@@ -22,9 +22,9 @@ jobs:
2222
- run: composer install --no-progress --prefer-dist
2323
- run: vendor/bin/tester tests -s -C
2424
- if: failure()
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
27-
name: output
27+
name: output-${{ matrix.php }}
2828
path: tests/**/output
2929

3030

0 commit comments

Comments
 (0)