Skip to content

Commit 8268c67

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 0f27f55 commit 8268c67

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Playwright tests
2525
if: ${{ !contains(github.event.pull_request.labels.*.name, 'update snapshots') }}
2626
run: npm test:e2e
27-
- uses: actions/upload-artifact@v5
27+
- uses: actions/upload-artifact@v6
2828
if: always()
2929
with:
3030
name: playwright-artifact

0 commit comments

Comments
 (0)