Skip to content

Commit 56b9da6

Browse files
chore(deps): update actions/upload-artifact action to v7 (#618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a21ad4e commit 56b9da6

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
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm exec playwright install --with-deps chromium
2727
- name: Run Playwright tests
2828
run: pnpm exec playwright test
29-
- uses: actions/upload-artifact@v6
29+
- uses: actions/upload-artifact@v7
3030
if: always()
3131
with:
3232
name: playwright-report

0 commit comments

Comments
 (0)