Skip to content

Commit 067ceb2

Browse files
Update actions/upload-artifact action to v7
1 parent f7d2f31 commit 067ceb2

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
@@ -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@v7
2727
if: ${{ !cancelled() }}
2828
with:
2929
name: playwright-report

0 commit comments

Comments
 (0)