We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac5e97 commit 4f27d50Copy full SHA for 4f27d50
.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.5.0
+ uses: codecov/codecov-action@v4.6.0
69
with:
70
files: .build/phpunit/logs/clover.xml
71
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments