diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a578907..37cc3ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: - name: Upload coverage reports if: matrix.node-version == 20 - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json