Skip to content

Commit 257015a

Browse files
committed
Update to actions/upload-artifact@v4
1 parent 96e20c8 commit 257015a

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
@@ -127,7 +127,7 @@ jobs:
127127
run: pnpm install --shamefully-hoist
128128
- run: pnpm playwright install --with-deps
129129
- run: pnpm playwright test ./test/e2e
130-
- uses: actions/upload-artifact@v3
130+
- uses: actions/upload-artifact@v4
131131
if: always()
132132
with:
133133
name: playwright-report

0 commit comments

Comments
 (0)