Skip to content

Commit 77e3054

Browse files
chore(deps): update actions/upload-artifact action to v6 (#569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 790e194 commit 77e3054

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)