Commit 0520d94 1 parent e3b6af5 commit 0520d94 Copy full SHA for 0520d94
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
coverage report -i
127
127
128
128
- name : Upload coverage to Codecov
129
- uses : codecov/codecov-action@v3
129
+ uses : codecov/codecov-action@v4
130
130
with :
131
131
token : ${{ secrets.CODECOV_TOKEN }}
132
132
file : tests/coverage.xml
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
coverage report -i
152
152
153
153
- name : Upload coverage to Codecov
154
- uses : codecov/codecov-action@v3
154
+ uses : codecov/codecov-action@v4
155
155
with :
156
156
token : ${{ secrets.CODECOV_TOKEN }}
157
157
file : tests/coverage.xml
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
coverage xml
174
174
175
175
- name : Upload coverage to Codecov
176
- uses : codecov/codecov-action@v3
176
+ uses : codecov/codecov-action@v4
177
177
# see: https://github.com/actions/toolkit/issues/399
178
178
continue-on-error : true
179
179
with :
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210
210
coverage xml
211
211
212
212
- name : Upload coverage to Codecov
213
- uses : codecov/codecov-action@v3
213
+ uses : codecov/codecov-action@v4
214
214
# see: https://github.com/actions/toolkit/issues/399
215
215
continue-on-error : true
216
216
with :
Original file line number Diff line number Diff line change 85
85
coverage xml
86
86
87
87
- name : Upload coverage to Codecov
88
- uses : codecov/codecov-action@v3
88
+ uses : codecov/codecov-action@v4
89
89
# see: https://github.com/actions/toolkit/issues/399
90
90
continue-on-error : true
91
91
with :
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
gcloud compute tpus tpu-vm list
166
166
167
167
- name : Upload coverage to Codecov
168
- uses : codecov/codecov-action@v3
168
+ uses : codecov/codecov-action@v4
169
169
continue-on-error : true
170
170
with :
171
171
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments