Skip to content

Commit bf1730d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
coverage xml
178178
179179
- name: Upload coverage to Codecov
180-
uses: codecov/codecov-action@v4
180+
uses: codecov/codecov-action@v5
181181
# see: https://github.com/actions/toolkit/issues/399
182182
continue-on-error: true
183183
with:

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
coverage xml
215215
216216
- name: Upload coverage to Codecov
217-
uses: codecov/codecov-action@v4
217+
uses: codecov/codecov-action@v5
218218
# see: https://github.com/actions/toolkit/issues/399
219219
continue-on-error: true
220220
with:

0 commit comments

Comments
 (0)