From 24b39d9917aa9a085e633811f784142abf38dbef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:25:24 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .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 f37f393..abc2a32 100644 --- a/.github/actions/upload_test_coverage_report/action.yml +++ b/.github/actions/upload_test_coverage_report/action.yml @@ -38,7 +38,7 @@ runs: shell: bash - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ inputs.token }} files: ./cobertura.xml @@ -48,7 +48,7 @@ runs: - name: Upload Test Results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ inputs.token }} files: ./junit.xml