diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eafb5d..fd87867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: poetry run pytest --mypy --cov-branch --cov=athreading --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: env_vars: RUNNER_OS,PYTHON_VERSION token: ${{ secrets.CODECOV_TOKEN }}