Skip to content
This repository was archived by the owner on Jun 13, 2026. It is now read-only.

Commit df40ed3

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 538666b commit df40ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npx playwright install --with-deps
2828
- name: Run Playwright tests
2929
run: npx playwright test --project=chromium
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v7
3131
if: always()
3232
with:
3333
name: playwright-report

0 commit comments

Comments
 (0)