diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9cc69e..0bc2c22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing - name: Upload to Codecov if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} name: pytests