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.
2 parents ea78053 + e184d9e commit 847cbefCopy full SHA for 847cbef
1 file changed
.github/workflows/codecov.yml
@@ -51,6 +51,6 @@ jobs:
51
run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
52
53
- name: Send code coverage report to Codecov.io
54
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v6
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments