We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a304410 commit f72b50dCopy full SHA for f72b50d
1 file changed
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Unit Test UI
121
run: pnpm run -C packages/ui test:ui
122
123
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
124
if: ${{ !cancelled() }}
125
with:
126
name: playwright-report
@@ -202,7 +202,7 @@ jobs:
202
- name: Test Browser (playwright)
203
run: pnpm run test:browser:playwright
204
205
206
207
208
name: playwright-report-rolldown
0 commit comments