Skip to content

Commit 7d0a588

Browse files
ci(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] <[email protected]>
1 parent 55a988e commit 7d0a588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
nodeIndex: ${{ matrix.nodeIndex }}
161161
report: 'reports/junit/**/*.xml'
162162
- name: Upload coverage reports to Codecov
163-
uses: codecov/codecov-action@v3
163+
uses: codecov/codecov-action@v4
164164
with:
165165
token: ${{ secrets.CODECOV_TOKEN }}
166166
directory: 'reports/coverage'
@@ -182,7 +182,7 @@ jobs:
182182
label: Unit Tests
183183
report: 'reports/junit/**/*.xml'
184184
- name: Upload coverage reports to Codecov
185-
uses: codecov/codecov-action@v3
185+
uses: codecov/codecov-action@v4
186186
with:
187187
token: ${{ secrets.CODECOV_TOKEN }}
188188
directory: 'reports/coverage'

0 commit comments

Comments
 (0)