File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555
5656 - run : npm run test-int-snapshots
5757
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v5
5959 if : always()
6060 with :
6161 name : playwright-report-pages
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666 - name : Install Playwright Browsers
6767 run : npx playwright install --with-deps
6868 - run : npm run test-int-x
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 if : always()
7171 with :
7272 name : playwright-report-pages
7373 path : special-pages/playwright-report
7474 retention-days : 5
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v5
7676 if : always()
7777 with :
7878 name : playwright-report-injected
You can’t perform that action at this time.
0 commit comments