diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78b7d87efd..2da8340ac3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: - name: Run tests for Python ${{ matrix.python-version }} run: make tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON