Skip to content

Commit caa1075

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent ce1ddcc commit caa1075

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
- name: Run Playwright tests
2121
run: npx playwright test
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v5
2323
if: always()
2424
with:
2525
name: playwright-report

0 commit comments

Comments
 (0)