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 8dcd9e9 commit 3a09a53Copy full SHA for 3a09a53
.github/workflows/integrate.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"
56
57
- name: "Send code coverage report to codecov.io"
58
- uses: "codecov/codecov-action@v4.0.1"
+ uses: "codecov/codecov-action@v4"
59
with:
60
files: ".build/phpunit/logs/clover.xml"
61
0 commit comments