From 78e2f778d7ab520efd06c050ef23513beafe8379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:58:55 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.5.4 --- .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 b3620b56..ed72374a 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@v5.5.3 + uses: codecov/codecov-action@v5.5.4 with: files: ./build/reports/kover/result.xml