From 765dfc0b478dab8afd1f7dfba72bc58cc079b152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 08:11:56 +0000 Subject: [PATCH] chore: Upgrade codecov/codecov-action action to v6.0.2 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d125daa..bc7395a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -35,7 +35,7 @@ jobs: if: matrix.node == 24 - name: Upload coverage to Codecov if: matrix.node == 24 - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.2 with: directory: ./coverage/ fail_ci_if_error: true