File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ jobs:
1313 contents : read
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version : lts/*
2121
2222 - name : Cache node modules
23- uses : actions/cache@v4
23+ uses : actions/cache@v5
2424 with :
2525 path : node_modules
2626 key : node-${{ hashFiles('package-lock.json') }}
2727
2828 - name : Cache Playwright browsers
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : ~/.cache/ms-playwright
3232 key : playwright-${{ hashFiles('package-lock.json') }}
@@ -42,15 +42,15 @@ jobs:
4242
4343 - name : Upload Playwright HTML report
4444 if : always()
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v7
4646 with :
4747 name : playwright-report
4848 path : playwright-report/
4949 retention-days : 14
5050
5151 - name : Upload Playwright test results
5252 if : always()
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : playwright-test-results
5656 path : test-results/
You can’t perform that action at this time.
0 commit comments