diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index eb13bdd..348187d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,7 +30,7 @@ jobs: CI: true API_URL: ${{ secrets.API_URL }} - name: Vitest Coverage Report - uses: davelosert/vitest-coverage-report-action@v2.3.1 + uses: davelosert/vitest-coverage-report-action@v2.5.0 with: vite-config-path: "./vite.config.ts"