From 6f8285e3097c1d91e90366c3cfaf9ba7636c7e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:27:46 +0200 Subject: [PATCH] ci: bump codecov/codecov-action from 4.1.1 to 4.2.0 (#381) --- .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 e7259552..ba0d5c3c 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@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 with: fail_ci_if_error: true env: