We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f930ec + 3e20fda commit 4db3f2dCopy full SHA for 4db3f2d
1 file changed
.github/workflows/integrate.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: "vendor/bin/phpunit --colors=always --configuration=test/Integration/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
66
67
- name: "Send code coverage report to codecov.io"
68
- uses: "codecov/codecov-action@v3.1.6"
+ uses: "codecov/codecov-action@v4.0.0"
69
with:
70
files: ".build/phpunit/logs/clover.xml"
71
token: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments