diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5588c07e8..77e2d610f 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: fail_ci_if_error: true disable_telem: true