Skip to content

Commit c1e432b

Browse files
chore(devdeps): update actions/upload-artifact action to v5
1 parent d7f45e9 commit c1e432b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
pnpm exec playwright install --with-deps
340340
- name: run e2e
341341
run: pnpm run test:e2e
342-
- uses: actions/upload-artifact@v4
342+
- uses: actions/upload-artifact@v5
343343
if: ${{ !cancelled() }}
344344
with:
345345
name: playwright-report

0 commit comments

Comments
 (0)