Skip to content

Commit e8cf24c

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 6f02d20 commit e8cf24c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: frontend
4444

4545
- name: Upload frontend coverage to Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v7
4747
with:
4848
files: frontend/coverage/lcov.info
4949
flags: frontend
@@ -115,7 +115,7 @@ jobs:
115115
NODE_ENV: test
116116

117117
- name: Upload backend coverage to Codecov
118-
uses: codecov/codecov-action@v5
118+
uses: codecov/codecov-action@v7
119119
with:
120120
files: backend/coverage/lcov.info
121121
flags: backend
@@ -202,7 +202,7 @@ jobs:
202202
working-directory: contracts
203203

204204
- name: Upload contract coverage to Codecov
205-
uses: codecov/codecov-action@v5
205+
uses: codecov/codecov-action@v7
206206
with:
207207
files: contracts/coverage/cobertura.xml
208208
flags: contracts

0 commit comments

Comments
 (0)