diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e50103b..039639d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -94,7 +94,7 @@ jobs: - name: Generate code coverage run: cargo +${{ env.NIGHTLY_VERSION }} tarpaulin --verbose --all-features --workspace --ignore-tests --timeout 120 --out xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}