Skip to content

Commit 2e50aee

Browse files
committed
github actions updated
1 parent 896812f commit 2e50aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- run: composer install --no-progress --prefer-dist
106106
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src
107107
- if: failure()
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: output
111111
path: tests/**/output

0 commit comments

Comments
 (0)