diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b836ce17..6d172646a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Upload coverage to Codecov if: (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 docs_build: needs: qa