Skip to content

Commit 9cc8807

Browse files
Bump codecov/codecov-action from 3.1.4 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@eaaf4be...0565863) --- 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 4f04789 commit 9cc8807

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Codecov Upload
142142
if: inputs.self_test && inputs.codecov_upload && matrix.os == 'ubuntu-22.04' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || contains(github.event_name, 'pull_request'))
143-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
143+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
144144

145145
notify:
146146
name: notify

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Codecov Upload
213213
if: inputs.codecov_upload && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
214-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
214+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
215215

216216
deploy:
217217
name: deploy

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247

248248
- name: Codecov Upload
249249
if: steps.build.outputs.coverage_file
250-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
250+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
251251
with:
252252
files: ${{ steps.build-test.outputs.coverage_file }}
253253

0 commit comments

Comments
 (0)