Skip to content

Commit

Permalink
Merge pull request #516 from woylie/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
woylie authored Nov 17, 2024
2 parents 2b0a58e + 04e60d4 commit bc9aa89
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 @@ -56,7 +56,7 @@ jobs:
run: mix compile --warnings-as-errors
- name: Run Tests
run: mix coveralls.json.all --warnings-as-errors
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./cover/excoveralls.json

Expand Down

0 comments on commit bc9aa89

Please sign in to comment.