Skip to content

Commit 3d69975

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#7)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be6b171 commit 3d69975

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Upload coverage to CodeCov
5050
if: ${{ steps.test.outputs.coverage-report-files != '' }}
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v4
5252
with:
5353
files: ${{ steps.test.outputs.coverage-report-files }}
5454
fail_ci_if_error: false

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

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

0 commit comments

Comments
 (0)