Skip to content

Commit 2f1c6cb

Browse files
Bump codecov/codecov-action from 4 to 5
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] <support@github.com>
1 parent 5ef027b commit 2f1c6cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: ${{ runner.os == 'Linux' }}
121121

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

125125
##########################################################################################################################
126126
##########################################################################################################################
@@ -371,7 +371,7 @@ jobs:
371371
if: ${{ runner.os == 'Linux' }}
372372

373373
- name: Upload coverage
374-
uses: codecov/codecov-action@v4
374+
uses: codecov/codecov-action@v5
375375

376376
##########################################################################################################################
377377
##########################################################################################################################
@@ -436,7 +436,7 @@ jobs:
436436
if: ${{ runner.os == 'Linux' }}
437437

438438
- name: Upload coverage
439-
uses: codecov/codecov-action@v4
439+
uses: codecov/codecov-action@v5
440440

441441

442442
##########################################################################################################################

0 commit comments

Comments
 (0)