File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 85
85
86
86
- name : Upload artifact
87
87
if : failure()
88
- uses : actions/upload-artifact@v3
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
- name : Upload cylc-run artifact
90
+ name : ' cylc-run (bash-${{ matrix.bash-version }}) '
91
91
path : cylc-run
Original file line number Diff line number Diff line change 70
70
71
71
- name : Upload failed tests artifact
72
72
if : failure()
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : cylc-run (${{ matrix.os }} py-${{ matrix.python-version }})
76
76
path : ~/cylc-run/
81
81
coverage report
82
82
83
83
- name : Upload coverage artifact
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : coverage_${{ matrix.os }}_py-${{ matrix.python-version }}
87
87
path : coverage.xml
@@ -138,7 +138,7 @@ jobs:
138
138
uses : actions/checkout@v4
139
139
140
140
- name : Download coverage artifacts
141
- uses : actions/download-artifact@v3
141
+ uses : actions/download-artifact@v4
142
142
143
143
- name : Codecov upload
144
144
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ jobs:
251
251
-exec echo '====== {} ======' \; -exec cat '{}' \;
252
252
253
253
- name : Set artifact upload name
254
+ if : always()
254
255
id : uploadname
255
256
run : |
256
257
# artifact name cannot contain '/' characters
@@ -259,7 +260,7 @@ jobs:
259
260
260
261
- name : Upload failed tests artifact
261
262
if : failure() && steps.test.outcome == 'failure'
262
- uses : actions/upload-artifact@v3
263
+ uses : actions/upload-artifact@v4
263
264
with :
264
265
name : cylc-run (${{ steps.uploadname.outputs.uploadname }})
265
266
path : ~/cylc-run/
@@ -297,7 +298,7 @@ jobs:
297
298
coverage report
298
299
299
300
- name : Upload coverage artifact
300
- uses : actions/upload-artifact@v3
301
+ uses : actions/upload-artifact@v4
301
302
with :
302
303
name : coverage_${{ steps.uploadname.outputs.uploadname }}
303
304
path : coverage.xml
@@ -312,7 +313,7 @@ jobs:
312
313
uses : actions/checkout@v4
313
314
314
315
- name : Download coverage artifacts
315
- uses : actions/download-artifact@v3
316
+ uses : actions/download-artifact@v4
316
317
317
318
- name : Codecov upload
318
319
uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments