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:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Setup Node.js
17- uses : actions/setup-node@v3
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : ' 18'
2020 cache : ' npm'
4545
4646 - name : Upload test results
4747 if : always()
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : playwright-report
5151 path : playwright-report/
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup Node.js
15- uses : actions/setup-node@v3
15+ uses : actions/setup-node@v4
1616 with :
1717 node-version : ' 18'
1818 cache : ' npm'
6868
6969 - name : Upload test results
7070 if : always()
71- uses : actions/upload-artifact@v3
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : playwright-report
7474 path : playwright-report/
You can’t perform that action at this time.
0 commit comments