diff --git a/.github/workflows/coordinode-ci.yml b/.github/workflows/coordinode-ci.yml index eac90f4e..06acacec 100644 --- a/.github/workflows/coordinode-ci.yml +++ b/.github/workflows/coordinode-ci.yml @@ -72,7 +72,7 @@ jobs: - run: cargo llvm-cov --no-report nextest --all-features - run: cargo llvm-cov --no-report --doc --features lz4 - run: cargo llvm-cov report --doctests --lcov --output-path lcov.info - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: lcov.info env: