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 2a257ba commit 705c902Copy full SHA for 705c902
.github/workflows/testing.yml
@@ -65,7 +65,7 @@ jobs:
65
run: composer test:cc
66
67
- name: 📤 Upload code coverage report to Codecov
68
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.5.0
69
with:
70
files: .build/phpunit/logs/clover.xml
71
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments