Skip to content

Commit b70bb90

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(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 02e59df commit b70bb90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
run: pnpm test
5151

5252
- name: publish codecov report
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# publish codecov report if linux
6969
- name: publish codecov report
7070
if: ${{ matrix.os=='ubuntu-24.04' }}
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v6
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474

0 commit comments

Comments
 (0)