Skip to content

Commit 585b801

Browse files
build(deps): bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd98dd8 commit 585b801

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
@@ -104,7 +104,7 @@ jobs:
104104
NODE_ENV: test
105105

106106
- name: Upload backend coverage to Codecov
107-
uses: codecov/codecov-action@v5
107+
uses: codecov/codecov-action@v7
108108
with:
109109
files: backend/coverage/lcov.info
110110
flags: backend
@@ -157,7 +157,7 @@ jobs:
157157
working-directory: contracts
158158

159159
- name: Upload contract coverage to Codecov
160-
uses: codecov/codecov-action@v5
160+
uses: codecov/codecov-action@v7
161161
with:
162162
files: contracts/coverage/cobertura.xml
163163
flags: contracts

0 commit comments

Comments
 (0)