diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044405865..d7b37b8a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: poetry run poe test --cov=./ --cov-report=xml -ra . - name: Upload coverage to Codecov continue-on-error: true - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}