Skip to content

Commit 47db037

Browse files
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 3d9661e commit 47db037

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/runtime-interface-client_merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191

9292
- name: Upload coverage to Codecov
9393
if: env.CODECOV_TOKEN != null
94-
uses: codecov/codecov-action@v5
94+
uses: codecov/codecov-action@v6
9595
env:
9696
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/runtime-interface-client_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090

9191
- name: Upload coverage to Codecov
9292
if: env.CODECOV_TOKEN != null
93-
uses: codecov/codecov-action@v5
93+
uses: codecov/codecov-action@v6
9494
env:
9595
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)