diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 947bb49b..c27aa311 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -210,7 +210,7 @@ jobs: run: cargo llvm-cov --workspace --all-features --all-targets --release --lcov --output-path lcov.info - name: Upload code coverage - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 with: files: lcov.info