diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f56c3ee..47d8445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: run: uv run pytest --cov=src/ml_portfolio --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: sm4rtm4art/machine_learning