From 1cb449a572b0b8c0413b11337da7d1eee0e2493f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:07:16 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1207363..947c2506 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: - # Codecov Coverage name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4.0.0 with: fail_ci_if_error: true files: ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov @@ -100,7 +100,7 @@ jobs: - # Codecov Coverage name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v4.0.0 with: fail_ci_if_error: true files: ./coverage.lcov