diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 936b83b34c..a595490a99 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,6 @@ jobs: run: PYTHONPATH="." poetry run pytest --cov=src --cov-report xml:coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true