We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74921c5 commit 6c453fcCopy full SHA for 6c453fc
.github/workflows/testing.yml
@@ -69,7 +69,7 @@ jobs:
69
run: composer test:cc
70
71
- name: 📤 Upload code coverage report to Codecov
72
- uses: codecov/codecov-action@v4.3.0
+ uses: codecov/codecov-action@v4.4.1
73
with:
74
files: .build/phpunit/logs/clover.xml
75
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments