diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5989c717..8e1c9c95 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,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@v3 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: file: lcov.info