diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index ede1c14..0a5dbb1 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -86,7 +86,7 @@ jobs: - name: Generate code coverage run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 with: file: ./target/debug/lcov env: