Skip to content

Commit 0ad0fdf

Browse files
⬆️ Update codecov/codecov-action action to v6.0.1 (DeebotUniverse#1612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8992bf7 commit 0ad0fdf

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
183+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
191+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
192192
with:
193193
fail_ci_if_error: true
194194
disable_telem: true

0 commit comments

Comments
 (0)