File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -288,28 +288,28 @@ jobs:
288
288
run : |
289
289
go install github.com/mattn/goveralls@latest
290
290
- name : Get coverage report
291
- uses : actions/download-artifact@v3
291
+ uses : actions/download-artifact@v4
292
292
with :
293
293
name : coverage-out
294
294
path : merge
295
295
296
296
- name : Get cli e2e coverage report
297
- uses : actions/download-artifact@v3
297
+ uses : actions/download-artifact@v4
298
298
with :
299
299
name : e2e-cli-coverage-out
300
300
path : merge
301
301
- name : Get language e2e coverage report
302
- uses : actions/download-artifact@v3
302
+ uses : actions/download-artifact@v4
303
303
with :
304
304
name : e2e-lang-coverage-out
305
305
path : merge
306
306
- name : Get cli v1 e2e coverage report
307
- uses : actions/download-artifact@v3
307
+ uses : actions/download-artifact@v4
308
308
with :
309
309
name : e2e-cli-v1-coverage-out
310
310
path : merge
311
311
- name : Get language v1 e2e coverage report
312
- uses : actions/download-artifact@v3
312
+ uses : actions/download-artifact@v4
313
313
with :
314
314
name : e2e-lang-v1-coverage-out
315
315
path : merge
Original file line number Diff line number Diff line change @@ -171,17 +171,17 @@ jobs:
171
171
go install github.com/mattn/goveralls@latest
172
172
go install github.com/wadey/gocovmerge@latest
173
173
- name : Get coverage report
174
- uses : actions/download-artifact@v3
174
+ uses : actions/download-artifact@v4
175
175
with :
176
176
name : coverage-out
177
177
path : coverage.out
178
178
- name : Get cli e2e coverage report
179
- uses : actions/download-artifact@v3
179
+ uses : actions/download-artifact@v4
180
180
with :
181
181
name : e2e-cli-coverage-out
182
182
path : e2e-cli-coverage.out
183
183
- name : Get language e2e coverage report
184
- uses : actions/download-artifact@v3
184
+ uses : actions/download-artifact@v4
185
185
with :
186
186
name : e2e-lang-coverage-out
187
187
path : e2e-lang-coverage.out
Original file line number Diff line number Diff line change 57
57
steps :
58
58
- uses : actions/checkout@v4
59
59
- name : Get gobin
60
- uses : actions/download-artifact@v3
60
+ uses : actions/download-artifact@v4
61
61
with :
62
62
name : gobin_${{ github.event.release.tag_name }}
63
63
path : dist/
@@ -176,7 +176,7 @@ jobs:
176
176
restore-keys : |
177
177
${{ runner.os }}-buildx-
178
178
- name : Get gobin
179
- uses : actions/download-artifact@v3
179
+ uses : actions/download-artifact@v4
180
180
with :
181
181
name : gobin_${{ github.event.release.tag_name }}
182
182
path : dist/
You can’t perform that action at this time.
0 commit comments