Skip to content

Commit

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

chore(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
ewilan-riviere authored Nov 21, 2024
2 parents 98e0cb4 + b666995 commit cb8be89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Send code coverage
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false

0 comments on commit cb8be89

Please sign in to comment.