diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6710e09..a2244b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: npm ci - run: npx vitest run --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json