Skip to content

Commit 90ace21

Browse files
github-actions(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#114)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2dc4f9a commit 90ace21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"
104104

105105
- name: 'Upload coverage reports to Codecov'
106-
uses: 'codecov/codecov-action@v6.0.1'
106+
uses: 'codecov/codecov-action@v7.0.0'
107107
with:
108108
files: './.build/logs/clover.xml'
109109
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)