diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fe3ca00..aadc13f 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -82,7 +82,7 @@ jobs: REDIS_PORT: ${{ job.services.redis.ports[6379] }} run: uv run python -m pytest --cov tests - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 test-integration: