From 8fc6d896c41b24c16bf255a10e463f99aa6e1989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:46:37 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.1 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86d9de7..b6ac125 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' - uses: actions-rs/grcov@v0.1.6 - name: Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}