Skip to content

Commit 173cb8c

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#20427)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c110f4f commit 173cb8c

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)