diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b280627e7..28ef345f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: pytest tests -n auto --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v cargo llvm-cov report --lcov --output-path coverage.lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: fail_ci_if_error: true disable_telem: true @@ -188,7 +188,7 @@ jobs: files: coverage.lcov,coverage.xml - name: Upload test results to Codecov if: ${{ !cancelled() && steps.tests.outcome == 'success' }} - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: fail_ci_if_error: true disable_telem: true