Skip to content

Commit 4ddffe3

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 790e194 commit 4ddffe3

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
@@ -24,7 +24,7 @@ jobs:
2424
run: pnpm exec playwright install --with-deps chromium
2525
- name: Run Playwright tests
2626
run: pnpm exec playwright test
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v6
2828
if: always()
2929
with:
3030
name: playwright-report

0 commit comments

Comments
 (0)