diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fa30db2..ee866da 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -33,7 +33,7 @@ jobs: DB_CONN_STRING: ${{ secrets.DB_CONN_STRING }} COLLECTION: "bills" - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v1.4.0 + uses: davelosert/vitest-coverage-report-action@v2.1.1 with: vite-config-path: './vite.config.ts'