From 26bbbd72b8fb864f84369c0c0a6761ebdb653c33 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Thu, 30 Apr 2026 12:29:19 +0400 Subject: [PATCH] chore: update version --- .github/actions/upload_test_coverage_report/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/upload_test_coverage_report/action.yml b/.github/actions/upload_test_coverage_report/action.yml index f37f393..c6c0472 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,12 +48,12 @@ 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 flags: ${{ inputs.scheme_name }} - report-type: test_results + report_type: test_results fail_ci_if_error: true verbose: true