From 3cf3dad6c11f1046383e6772ecd698089b1c0f69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:45:56 -0500 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#1562) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2806dd1..25b1f6d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: # Coverage. - run: yarn coverage - run: yarn coverage:report - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: coverage/coverage.lcov