File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 1
25
25
90
90
if : steps.test1.outcome != 'success' && steps.test2.outcome != 'success' && steps.test3.outcome != 'success'
91
91
run : yarn e2e:test:ios-release --record-videos all --take-screenshots all --record-logs all --cleanup
92
92
93
- - uses : actions/upload-artifact@v3
93
+ - uses : actions/upload-artifact@v4
94
94
if : failure()
95
95
# if: ${{ always() }}
96
96
with :
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Check out Git repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 1
17
17
27
27
run : wait-for-it -h 127.0.0.1 -p 60001 -t 60
28
28
29
29
- name : Set up Node.js
30
- uses : actions/setup-node@v3
30
+ uses : actions/setup-node@v4
31
31
with :
32
- node-version : 18.17
32
+ node-version : 20
33
33
cache : ' yarn'
34
34
35
35
- name : Install Node.js dependencies
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
12
12
steps :
13
13
- name : Check out Git repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 1
17
17
18
18
- name : Set up Node.js
19
- uses : actions/setup-node@v3
19
+ uses : actions/setup-node@v4
20
20
with :
21
- node-version : 18.17
21
+ node-version : 20
22
22
cache : ' yarn'
23
23
24
24
- name : Install Node.js dependencies
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
12
12
steps :
13
13
- name : Check out Git repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 1
17
17
18
18
- name : Set up Node.js
19
- uses : actions/setup-node@v3
19
+ uses : actions/setup-node@v4
20
20
with :
21
- node-version : 18
21
+ node-version : 20
22
22
cache : ' yarn'
23
23
24
24
- name : Install Node.js dependencies
You can’t perform that action at this time.
0 commit comments