Skip to content

Commit

Permalink
Merge pull request #108 from SquireTournamentServices/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/codecov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
djpiper28 committed Feb 19, 2024
2 parents a223b24 + fa65400 commit ef8e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cmake --build . -j
make coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./build/coverage.xml,./build/coverage-ffi.xml
name: codecov-umbrella # optional
Expand Down

0 comments on commit ef8e603

Please sign in to comment.