Skip to content

Commit 073553a

Browse files
deps(actions): bump codecov/codecov-action in the actions group
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f99646 commit 073553a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload coverage to Codecov
132132
if: steps.check.outputs.should_test == 'true'
133-
uses: codecov/codecov-action@v5
133+
uses: codecov/codecov-action@v6
134134
with:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
files: ./coverage.xml
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Upload frontend coverage to Codecov
203203
if: steps.check.outputs.should_test == 'true'
204-
uses: codecov/codecov-action@v5
204+
uses: codecov/codecov-action@v6
205205
with:
206206
token: ${{ secrets.CODECOV_TOKEN }}
207207
files: ./app/coverage/coverage-final.json

0 commit comments

Comments
 (0)