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 a47c019 commit 2c41aaeCopy full SHA for 2c41aae
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: vendor/bin/phpunit --coverage-text --coverage-xml build/coverage-xml --coverage-cobertura build/cobertura.xml
71
72
- name: Upload coverage reports to Codecov
73
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
74
env:
75
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
76
0 commit comments