Skip to content

Commit 79ce1d1

Browse files
committed
ci: update actions/upload-artifact to v4
1 parent d6407ed commit 79ce1d1

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
@@ -19,7 +19,7 @@ jobs:
1919
- run: npx playwright install --with-deps
2020
- run: pnpm test || exit 1
2121

22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
if: always()
2424
with:
2525
name: playwright-report

0 commit comments

Comments
 (0)