diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b31c073..ed07830 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: run: python -m build - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.8' with: env_vars: PYTHON