Skip to content

Commit 49bfcc2

Browse files
committed
github actions updated
1 parent cfce55b commit 49bfcc2

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

3131

0 commit comments

Comments
 (0)