diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d4cf0417..f48d6a051 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: if: matrix.version == 'lts' && matrix.os == 'ubuntu-latest' - name: Send coverage to CodeCov if: matrix.version == 'lts' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} # required