Skip to content

Commit f739959

Browse files
committed
fix: playwright report
1 parent 406aab0 commit f739959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
container:
1111
image: mcr.microsoft.com/playwright:v1.40.0-jammy
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717
- name: Install dependencies
@@ -22,7 +22,7 @@ jobs:
2222
CI: 'true'
2323
- name: Upload Playwright playwright report to GitHub Actions Artifacts
2424
if: always()
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: playwright-report
2828
path: ./playwright-report

0 commit comments

Comments
 (0)