@@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4.2 .2
17+ uses : actions/checkout@v6.0 .2
1818 - name : Setup Node
19- uses : actions/setup-node@v4.3 .0
19+ uses : actions/setup-node@v6.4 .0
2020 with :
21- node-version : ' 24.11.1 '
21+ node-version : ' 24.16.0 '
2222 - name : Install Dependencies
2323 run : npm ci
2424 - name : Install Playwright Browsers
2727 run : npm run test:e2e
2828 - name : Upload Playwright artifacts
2929 if : always()
30- uses : actions/upload-artifact@v4.4.3
30+ uses : actions/upload-artifact@v7.0.1
3131 with :
3232 name : playwright-artifacts
3333 path : |
@@ -39,11 +39,11 @@ jobs:
3939 runs-on : windows-latest
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v4.2 .2
42+ uses : actions/checkout@v6.0 .2
4343 - name : Setup Node
44- uses : actions/setup-node@v4.3 .0
44+ uses : actions/setup-node@v6.4 .0
4545 with :
46- node-version : ' 24.11.1 '
46+ node-version : ' 26.2.0 '
4747 - name : Install Dependencies
4848 run : npm ci
4949 - name : Install Playwright Browsers
5252 run : npm run test:e2e
5353 - name : Upload Playwright artifacts
5454 if : always()
55- uses : actions/upload-artifact@v4.4.3
55+ uses : actions/upload-artifact@v7.0.1
5656 with :
5757 name : playwright-artifacts-windows
5858 path : |
0 commit comments