Skip to content

Commit

Permalink
Merge pull request #1051 from kubewarden/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

chore(deps): update codecov/codecov-action action to v5.2.0
  • Loading branch information
viccuad authored Jan 23, 2025
2 parents 08b9fa0 + 70f1f63 commit d41caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: cargo llvm-cov --lcov --output-path lcov.info

- name: Upload unit-tests coverage to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
with:
files: lcov.info
fail_ci_if_error: true
Expand Down

0 comments on commit d41caa3

Please sign in to comment.