From 3e1912980425982754827f15713fe448b1751e77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:40:15 +0100 Subject: [PATCH] chore: update codecov/codecov-action action to v5 (#1636) 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 28f34e17..dc79b4d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Run tests run: npm test --coverage - name: Codecov Upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: coverage/ fail_ci_if_error: true