diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29dc13c8..eb2e8a92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate coverage report uses: actions-rs/tarpaulin@v0.1 with: - version: '0.19.1' + version: '0.31.0' args: --workspace --release --all-features --timeout 180 --out Xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.4.1