Skip to content

Commit 420c2b3

Browse files
committed
Merge branch 'master' into ruff/100
2 parents a61a48c + 0520d94 commit 420c2b3

6 files changed

+6
-6
lines changed

.github/workflows/ci-examples-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
coverage report -i
127127
128128
- name: Upload coverage to Codecov
129-
uses: codecov/codecov-action@v3
129+
uses: codecov/codecov-action@v4
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
file: tests/coverage.xml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
coverage report -i
152152
153153
- name: Upload coverage to Codecov
154-
uses: codecov/codecov-action@v3
154+
uses: codecov/codecov-action@v4
155155
with:
156156
token: ${{ secrets.CODECOV_TOKEN }}
157157
file: tests/coverage.xml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
coverage xml
174174
175175
- name: Upload coverage to Codecov
176-
uses: codecov/codecov-action@v3
176+
uses: codecov/codecov-action@v4
177177
# see: https://github.com/actions/toolkit/issues/399
178178
continue-on-error: true
179179
with:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
coverage xml
211211
212212
- name: Upload coverage to Codecov
213-
uses: codecov/codecov-action@v3
213+
uses: codecov/codecov-action@v4
214214
# see: https://github.com/actions/toolkit/issues/399
215215
continue-on-error: true
216216
with:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
coverage xml
8686
8787
- name: Upload coverage to Codecov
88-
uses: codecov/codecov-action@v3
88+
uses: codecov/codecov-action@v4
8989
# see: https://github.com/actions/toolkit/issues/399
9090
continue-on-error: true
9191
with:

.github/workflows/tpu-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
gcloud compute tpus tpu-vm list
166166
167167
- name: Upload coverage to Codecov
168-
uses: codecov/codecov-action@v3
168+
uses: codecov/codecov-action@v4
169169
continue-on-error: true
170170
with:
171171
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)