From 271eeba8d3498b5bdf19e56420482865b206198f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:33:46 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/c-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-coverage.yml b/.github/workflows/c-coverage.yml index 6ceedd2..50a6e59 100644 --- a/.github/workflows/c-coverage.yml +++ b/.github/workflows/c-coverage.yml @@ -44,7 +44,7 @@ jobs: run: make coverage - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: directory: ./coverage files: coverage/lcov.info