diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 482909cd..1e75f116 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 if: matrix.coverage - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: github.actor != 'dependabot[bot]' with: files: lcov.info