Skip to content

Commit 78eb39a

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 070d5c3 commit 78eb39a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: make -C backend docs
106106

107107
- name: Upload backend coverage reports to Codecov
108-
uses: codecov/codecov-action@v5
108+
uses: codecov/codecov-action@v6
109109
with:
110110
flags: backend
111111
directory: backend
@@ -161,7 +161,7 @@ jobs:
161161
run: make -C frontend test-ci
162162

163163
- name: Upload frontend coverage reports to Codecov
164-
uses: codecov/codecov-action@v5
164+
uses: codecov/codecov-action@v6
165165
with:
166166
flags: frontend
167167
directory: frontend

0 commit comments

Comments
 (0)