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 32e3513 commit e4c6f86Copy full SHA for e4c6f86
.github/workflows/test-php.yml
@@ -90,7 +90,7 @@ jobs:
90
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
91
92
- name: Upload coverage report to Codecov
93
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
+ uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
94
if: matrix.php-versions == '8.3' && matrix.deps == 'normal' && env.CODECOV_TOKEN != ''
95
with:
96
files: .logs/phpunit/cobertura.xml,.logs/behat/cobertura.xml
0 commit comments