[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 v7 (#9766)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Mar 4, 2026, 5:07 PM +0100) 3fe55cee 1e89ec02

+2 -2
+2 -2
.github/workflows/ci.yml
··· 120 120 - name: Test Examples 121 121 run: pnpm run test:examples 122 122 123 - - uses: actions/upload-artifact@v6 123 + - uses: actions/upload-artifact@v7 124 124 if: ${{ !cancelled() }} 125 125 with: 126 126 name: playwright-report-${{ matrix.os }}-node-${{ matrix.node_version }} ··· 242 242 if: ${{ !cancelled() }} 243 243 run: pnpm run test:browser:playwright 244 244 245 - - uses: actions/upload-artifact@v6 245 + - uses: actions/upload-artifact@v7 246 246 if: ${{ !cancelled() }} 247 247 with: 248 248 name: playwright-report-rolldown