From d2a58a0849742f19db689dca76240d03ad10d93e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:28:44 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5 --- .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