Skip to content

Commit

Permalink
Merge pull request #979 from kubewarden/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.0.2

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
flavio authored Nov 25, 2024
2 parents 5fbdb41 + da7b293 commit 537a422
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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
files: lcov.info
fail_ci_if_error: true
Expand Down

0 comments on commit 537a422

Please sign in to comment.