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 99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
1515 node-version : ' 18.x'
1616 - name : Install dependencies
@@ -24,18 +24,18 @@ jobs:
2424 - name : Generate Allure Report
2525 if : always()
2626 run : npm run allure-report
27- - uses : actions/upload-artifact@v3
27+ - uses : actions/upload-artifact@v4
2828 if : always()
2929 with :
3030 name : playwright-test-results
3131 path : test-results/
32- - uses : actions/upload-artifact@v3
32+ - uses : actions/upload-artifact@v4
3333 if : always()
3434 with :
3535 name : allure-test-results
3636 path : allure-report/
3737 - name : Publish JUnit Report
38- uses : mikepenz/action-junit-report@v3
38+ uses : mikepenz/action-junit-report@v4
3939 if : always() # always run even if the previous step fails
4040 with :
4141 report_paths : ' junit-results/*.xml'
You can’t perform that action at this time.
0 commit comments