File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
timeout-minutes : 60
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
submodules : true
18
18
93
93
94
94
- name : Upload Artifact
95
95
if : always()
96
- uses : actions/upload-artifact@v2
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : tests
99
99
path : sample/**
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 60
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
submodules : true
18
18
93
93
94
94
- name : Upload Artifact
95
95
if : always()
96
- uses : actions/upload-artifact@v2
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : tests
99
99
path : sample/**
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 60
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
submodules : true
18
18
93
93
94
94
- name : Upload Artifact
95
95
if : always()
96
- uses : actions/upload-artifact@v2
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : tests
99
99
path : sample/**
You can’t perform that action at this time.
0 commit comments