From 00abbbef7cf1162d4f0ea1f4c25dec8b5c287f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:37:53 +0000 Subject: [PATCH] chore(deps): 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 09bb016..0608005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: npm run test:coverage - name: Submit coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x' - name: Build