From c259c7655073ae2165b01e73bdd09d28b4b18fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:26:11 -0500 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 (#4933) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reusable-check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-check.yml b/.github/workflows/reusable-check.yml index 40e0495df..7aa1c7f31 100644 --- a/.github/workflows/reusable-check.yml +++ b/.github/workflows/reusable-check.yml @@ -97,7 +97,7 @@ jobs: - name: Upload coverage results to Codecov if: ${{ !cancelled() && inputs.run_unit_tests }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: meshtastic/Meshtastic-Android @@ -107,7 +107,7 @@ jobs: - name: Upload unit test results to Codecov if: ${{ !cancelled() && inputs.run_unit_tests }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: meshtastic/Meshtastic-Android @@ -225,7 +225,7 @@ jobs: - name: Upload instrumented test results to Codecov if: ${{ !cancelled() && inputs.run_instrumented_tests && steps.matrix_meta.outputs.is_first_api == 'true' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: meshtastic/Meshtastic-Android