From dca5a30e43e40bd5075f169a0f4c538473791bc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:39:57 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a382c88..9c933ab 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: - run: sudo apt install -y diffstat - run: bundle update - run: bundle exec rake - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: coverage/.resultset.json fail_ci_if_error: true