Skip to content

Commit b8bbfb1

Browse files
Bump codecov/codecov-action from 4 to 5 (#749)
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 cad3f11 commit b8bbfb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
path: tests/junit/test-results.xml
121121

122122
- name: "Upload coverage to Codecov"
123-
uses: codecov/codecov-action@v4
123+
uses: codecov/codecov-action@v5
124124

125125
retro:
126126
name: "Retro-compatibility"
@@ -182,7 +182,7 @@ jobs:
182182
if: always()
183183

184184
- name: "Upload coverage to Codecov"
185-
uses: codecov/codecov-action@v4
185+
uses: codecov/codecov-action@v5
186186

187187
examples:
188188
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: tests/junit/test-results.xml
124124

125125
- name: "Upload coverage to Codecov"
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127

128128
retro:
129129
name: "Retro-compatibility"
@@ -184,7 +184,7 @@ jobs:
184184
if: always()
185185

186186
- name: "Upload coverage to Codecov"
187-
uses: codecov/codecov-action@v4
187+
uses: codecov/codecov-action@v5
188188

189189
examples:
190190
uses: ./.github/workflows/examples.yml

0 commit comments

Comments
 (0)