From e123498753120d24996bd3f4833fc334b8f238d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:41:52 +0000 Subject: [PATCH] Update codecov/codecov-action action to v6 --- .github/workflows/test_codebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_codebase.yml b/.github/workflows/test_codebase.yml index 55146315..b387ef75 100644 --- a/.github/workflows/test_codebase.yml +++ b/.github/workflows/test_codebase.yml @@ -59,7 +59,7 @@ jobs: run: | pytest -n 2 --cov --cov-report=xml:coverage.xml test/nn test/base test/utils - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml