From 7ab62315fcb6fa6856264e3808ce4a732a7e5e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:58:35 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .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..0c4f041c 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@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml