diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 63f1de9..ecf874f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: if: matrix.version == '1.10' && matrix.os == 'ubuntu-latest' - name: Send coverage to CodeCov if: matrix.version == '1.10' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.4.0 with: file: lcov.info token: ${{ secrets.CODECOV_TOKEN }}