Skip to content

Commit e03df28

Browse files
build(deps): bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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 c09bc59 commit e03df28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-differential.yaml

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

6666
- name: Upload coverage to CodeCov
6767
if: ${{ steps.test.outputs.coverage-report-files != '' }}
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v4
6969
with:
7070
files: ${{ steps.test.outputs.coverage-report-files }}
7171
fail_ci_if_error: false

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Upload coverage to CodeCov
5858
if: ${{ steps.test.outputs.coverage-report-files != '' }}
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v4
6060
with:
6161
files: ${{ steps.test.outputs.coverage-report-files }}
6262
fail_ci_if_error: false

0 commit comments

Comments
 (0)