From 0eb66604e7c2b1950cea9fecbe613eeeeea6b122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:48:31 +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..0b77770d 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.1.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.1.0 with: fail_ci_if_error: true files: ./coverage.lcov