Skip to content

Commit 6e9f186

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#2540)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd7ca28 commit 6e9f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

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: ${{ !cancelled() }}
3131
with:
3232
name: playwright-report

0 commit comments

Comments
 (0)