Skip to content

Commit 0fe7f67

Browse files
Bump codecov/codecov-action from 4 to 5 (#515)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc6e7f6 commit 0fe7f67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ jobs:
8686

8787
- name: Upload coverage to Codecov
8888
if: env.CODECOV_TOKEN != null
89-
uses: codecov/codecov-action@v4
89+
uses: codecov/codecov-action@v5
9090
env:
9191
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
- name: Upload coverage to Codecov
6767
if: env.CODECOV_TOKEN != null
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
env:
7070
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)