File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Setup Node.js
17
- uses : actions/setup-node@v3
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 18'
20
20
cache : ' npm'
45
45
46
46
- name : Upload test results
47
47
if : always()
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : playwright-report
51
51
path : playwright-report/
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Setup Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ' 18'
18
18
cache : ' npm'
68
68
69
69
- name : Upload test results
70
70
if : always()
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : playwright-report
74
74
path : playwright-report/
You can’t perform that action at this time.
0 commit comments