diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3899154..9b62219 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,7 +51,7 @@ jobs: coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }} - uses: julia-actions/julia-processcoverage@v1 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: file: lcov.info