From e9fef163e531e99f0e845d84db65358582aa6050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:50:05 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6.0.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cfcaebd..a9bf80c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: Test run: make report - name: Report - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v6.0.2 with: files: ./build/reports/kover/result.xml