diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c835286..90494b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: - name: Test and gather coverage run: cargo llvm-cov --lcov --output-path lcov.info --features=serde,num-v04 --no-default-features - name: Upload code coverage results - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: lcov.info clippy: