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