From 2bbade074bfd11ddaadad2e75b7b39dccb8c4294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:16:01 +0000 Subject: [PATCH] ci(dev-deps): update codecov/codecov-action action to v5 --- .github/workflows/test-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-js.yml b/.github/workflows/test-js.yml index 96d1a8e7b..2bd4e6ece 100644 --- a/.github/workflows/test-js.yml +++ b/.github/workflows/test-js.yml @@ -40,7 +40,7 @@ jobs: run: pnpm test:js-run - name: Report coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: file: coverage/lcov.info flags: ${{ matrix.ts_version }}