Skip to content

Commit ede5276

Browse files
⬆️ Update codecov/codecov-action action to v6 (#1500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5285bb commit ede5276

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
192192
with:
193193
fail_ci_if_error: true
194194
disable_telem: true

0 commit comments

Comments
 (0)