[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/upload-artifact action to v5 (#8831)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Nov 6, 2025, 1:59 PM +0100) f72b50d8 a304410b

+2 -2
+2 -2
.github/workflows/ci.yml
··· 120 120 - name: Unit Test UI 121 121 run: pnpm run -C packages/ui test:ui 122 122 123 - - uses: actions/upload-artifact@v4 123 + - uses: actions/upload-artifact@v5 124 124 if: ${{ !cancelled() }} 125 125 with: 126 126 name: playwright-report ··· 202 202 - name: Test Browser (playwright) 203 203 run: pnpm run test:browser:playwright 204 204 205 - - uses: actions/upload-artifact@v4 205 + - uses: actions/upload-artifact@v5 206 206 if: ${{ !cancelled() }} 207 207 with: 208 208 name: playwright-report-rolldown