From 6bf8134e11c5aea5d74a5e292d2ffbdd0d32c869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 02:09:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.4 | v6.0.0 | --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a08802..f1adfcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,14 +51,14 @@ jobs: - name: Codecov test results if: github.event_name != 'merge_group' && !cancelled() - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: use_oidc: true report_type: test_results fail_ci_if_error: true - name: Codecov coverage results - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 with: use_oidc: true files: '**/TestResults/*/*.cobertura.xml'