diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d322b54..949a2f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,10 +105,9 @@ jobs: - name: "๐Ÿงช Test Python code" run: pytest --cov --cov-report=xml targer_api tests examples - name: "๐Ÿ“ค Upload coverage to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.python == '3.11' with: - fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} python-publish: name: "๐Ÿš€ Publish Python wheels"