We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e806ad commit 73a1cb6Copy full SHA for 73a1cb6
.github/workflows/ci.yml
@@ -61,6 +61,6 @@ jobs:
61
run: |
62
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
63
64
- - uses: codecov/codecov-action@v3.1.0
+ - uses: codecov/codecov-action@v4.4.1
65
with:
66
fail_ci_if_error: false
0 commit comments