Skip to content

Commit f43e777

Browse files
Update actions/upload-artifact action to v5
1 parent d5a63cf commit f43e777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pnpm exec playwright install --with-deps
2424
- name: Run Playwright tests
2525
run: pnpm test
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
if: ${{ !cancelled() }}
2828
with:
2929
name: playwright-report

0 commit comments

Comments
 (0)