From 6831dbdfc46ecde30b30c0193522e8efefb20382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:09:27 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/actions/upload_test_coverage_report/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/upload_test_coverage_report/action.yml b/.github/actions/upload_test_coverage_report/action.yml index 427ee02..30b7edf 100644 --- a/.github/actions/upload_test_coverage_report/action.yml +++ b/.github/actions/upload_test_coverage_report/action.yml @@ -40,7 +40,7 @@ runs: shell: bash - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ inputs.token }} files: ./cobertura.xml @@ -50,7 +50,7 @@ runs: - name: Upload Test Results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ inputs.token }} files: ./junit.xml