File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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
90
name : Upload cylc-run artifact
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
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259
259
260
260
- name : Upload failed tests artifact
261
261
if : failure() && steps.test.outcome == 'failure'
262
- uses : actions/upload-artifact@v3
262
+ uses : actions/upload-artifact@v4
263
263
with :
264
264
name : cylc-run (${{ steps.uploadname.outputs.uploadname }})
265
265
path : ~/cylc-run/
@@ -297,7 +297,7 @@ jobs:
297
297
coverage report
298
298
299
299
- name : Upload coverage artifact
300
- uses : actions/upload-artifact@v3
300
+ uses : actions/upload-artifact@v4
301
301
with :
302
302
name : coverage_${{ steps.uploadname.outputs.uploadname }}
303
303
path : coverage.xml
You can’t perform that action at this time.
0 commit comments