From b3d6f78ce2b0a3a803b81f029edcfbcf064540c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:10:57 +0200 Subject: [PATCH] ci: bump codecov/codecov-action from 4.3.0 to 4.3.1 (#386) --- .github/workflows/code_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index a8b5f43c..31cab8ba 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -25,7 +25,7 @@ jobs: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml - name: Upload to codecov.io - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be with: fail_ci_if_error: true env: