Skip to content

Commit a3acc2e

Browse files
chore(deps)(deps): bump codecov/codecov-action from 4 to 5 (#45)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9bfcec commit a3acc2e

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
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Upload coverage to Codecov
109109
if: matrix.python-version == '3.10'
110-
uses: codecov/codecov-action@v4
110+
uses: codecov/codecov-action@v5
111111
with:
112112
files: ./coverage.xml
113113
flags: python
@@ -149,7 +149,7 @@ jobs:
149149
run: npm run test:coverage
150150

151151
- name: Upload coverage to Codecov
152-
uses: codecov/codecov-action@v4
152+
uses: codecov/codecov-action@v5
153153
with:
154154
files: ./frontend/coverage/coverage-final.json
155155
flags: frontend

0 commit comments

Comments
 (0)