File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
timeout-minutes : 60
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-node@v3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
15
node-version : ' 18.x'
16
16
- name : Install dependencies
@@ -24,18 +24,18 @@ jobs:
24
24
- name : Generate Allure Report
25
25
if : always()
26
26
run : npm run allure-report
27
- - uses : actions/upload-artifact@v3
27
+ - uses : actions/upload-artifact@v4
28
28
if : always()
29
29
with :
30
30
name : playwright-test-results
31
31
path : test-results/
32
- - uses : actions/upload-artifact@v3
32
+ - uses : actions/upload-artifact@v4
33
33
if : always()
34
34
with :
35
35
name : allure-test-results
36
36
path : allure-report/
37
37
- name : Publish JUnit Report
38
- uses : mikepenz/action-junit-report@v3
38
+ uses : mikepenz/action-junit-report@v4
39
39
if : always() # always run even if the previous step fails
40
40
with :
41
41
report_paths : ' junit-results/*.xml'
You can’t perform that action at this time.
0 commit comments