Skip to content

Commit 20feb94

Browse files
⬆️ Update codecov/codecov-action action to v5.5.4
1 parent b5285bb commit 20feb94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ jobs:
180180
pytest tests -n auto --cov=deebot_client --cov-report xml --junitxml=junit.xml -o junit_family=legacy -v
181181
cargo llvm-cov report --lcov --output-path coverage.lcov
182182
- name: Upload coverage to Codecov
183-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
183+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
184184
with:
185185
fail_ci_if_error: true
186186
disable_telem: true
187187
use_oidc: true
188188
files: coverage.lcov,coverage.xml
189189
- name: Upload test results to Codecov
190190
if: ${{ !cancelled() && steps.tests.outcome == 'success' }}
191-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
191+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
192192
with:
193193
fail_ci_if_error: true
194194
disable_telem: true

0 commit comments

Comments
 (0)