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 094d1d1 commit a71ec58Copy full SHA for a71ec58
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
68
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
69
70
- - uses: codecov/codecov-action@v3.1.1
+ - uses: codecov/codecov-action@v5.0.7
71
with:
72
fail_ci_if_error: false
73
file: "*.xml"
0 commit comments