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 61ca0e1 commit dfbfde1Copy full SHA for dfbfde1
.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
104
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"
105
106
- name: 'Upload coverage reports to Codecov'
107
- uses: 'codecov/codecov-action@v5.1.2'
+ uses: 'codecov/codecov-action@v5.3.1'
108
with:
109
files: './.build/logs/clover.xml'
110
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments