Skip to content

Commit 25cb6c7

Browse files
build(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fe1f19 commit 25cb6c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
NODE_ENV: test
101101

102102
- name: Upload backend coverage to Codecov
103-
uses: codecov/codecov-action@v5
103+
uses: codecov/codecov-action@v6
104104
with:
105105
files: backend/coverage/lcov.info
106106
flags: backend
@@ -153,7 +153,7 @@ jobs:
153153
working-directory: contracts
154154

155155
- name: Upload contract coverage to Codecov
156-
uses: codecov/codecov-action@v5
156+
uses: codecov/codecov-action@v6
157157
with:
158158
files: contracts/coverage/cobertura.xml
159159
flags: contracts

0 commit comments

Comments
 (0)