diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61fe6c7..aff772d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: uv run pytest --cov=olive --cov=olive_client --cov-report=xml --cov-report=html --cov-report=term - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml