Skip to content

Commit e9ddca3

Browse files
committed
update actions
1 parent 0176e57 commit e9ddca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: yarn playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: yarn playwright test
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
if: always()
2424
with:
2525
name: playwright-report
2626
path: playwright-report/
27-
retention-days: 30
27+
retention-days: 6

0 commit comments

Comments
 (0)