diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0dbf61c..96bfe17 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,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@v5 + - uses: codecov/codecov-action@v6 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: files: lcov.info