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 2dc4f9a commit 90ace21Copy full SHA for 90ace21
1 file changed
.github/workflows/ci.yaml
@@ -103,7 +103,7 @@ jobs:
103
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"
104
105
- name: 'Upload coverage reports to Codecov'
106
- uses: 'codecov/codecov-action@v6.0.1'
+ uses: 'codecov/codecov-action@v7.0.0'
107
with:
108
files: './.build/logs/clover.xml'
109
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments