Skip to content

Commit 9da9e7d

Browse files
authored
Merge branch 'master' into chualan/fix-19658
2 parents 91775f7 + 173cb8c commit 9da9e7d

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)