From 97a82ce65c5275d532ab7b2fd636ee282b69256e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:41:23 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4d1cdcc..700a1f3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -45,14 +45,14 @@ jobs: uses: ./.github/actions/e2e - name: Codecov test results - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: report_type: test_results files: ./junit.xml,./junit.e2e.xml token: ${{ secrets.CODECOV_TOKEN }} - name: Codecov coverage - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: files: ./coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }}