diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638f73fa..2a55880a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Setup Volta - uses: volta-cli/action@v4.2.1 + uses: volta-cli/action@v5.0.0 - name: Node.js version run: node -v - name: npm version @@ -42,13 +42,13 @@ jobs: CI: true - name: Upload coverage artifact if: always() - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: coverage-${{ matrix.os }} path: coverage - name: Report Coverage if: always() - uses: davelosert/vitest-coverage-report-action@v2.9.3 + uses: davelosert/vitest-coverage-report-action@v2.11.2 with: name: Vitest Coverage (${{ matrix.os }}) json-summary-path: coverage/coverage-summary.json