Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 2 to 3
  • Loading branch information
davidhewitt authored Oct 15, 2023
2 parents be3d6d3 + 13fd2e5 commit 124810a
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 @@ -84,6 +84,6 @@ jobs:
- run: |
cargo llvm-cov clean
cargo llvm-cov --codecov --output-path codecov.json
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
file: codecov.json

0 comments on commit 124810a

Please sign in to comment.