From 769e028af4e7e9b205258fc57224690736a57798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:12:22 +0100 Subject: [PATCH] ci: bump codecov/codecov-action from 3.1.6 to 4.0.0 (#366) --- .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 797e8391..a6b3be27 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -25,6 +25,6 @@ jobs: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml - name: Upload to codecov.io - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 + uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 with: fail_ci_if_error: true \ No newline at end of file