Skip to content

Commit 2ac3ab4

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 6932f00 commit 2ac3ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npx playwright install --with-deps
5555
- name: Run Playwright tests
5656
run: yarn test:e2e
57-
- uses: actions/upload-artifact@v3
57+
- uses: actions/upload-artifact@v4
5858
if: always()
5959
with:
6060
name: playwright-report

0 commit comments

Comments
 (0)