Skip to content

Commit a1acb24

Browse files
Bump codecov/codecov-action from 3 to 4 (#3724)
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 187789c commit a1acb24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: npm ci
4848
- run: npm run test-unit-ci
4949
- name: Upload coverage reports to Codecov
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@v4
5151
with:
5252
files: ${{ github.workspace }}/coverage/unit/codecov.json
5353
verbose: true
@@ -104,7 +104,7 @@ jobs:
104104
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
105105
if: success() || failure()
106106
- name: Upload coverage reports to Codecov
107-
uses: codecov/codecov-action@v3
107+
uses: codecov/codecov-action@v4
108108
with:
109109
files: ${{ github.workspace }}/coverage/render/codecov.json
110110
verbose: true

0 commit comments

Comments
 (0)