Skip to content

Commit

Permalink
Merge pull request #909 from Belphemur/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
kodiakhq[bot] authored Nov 15, 2024
2 parents 8f7c062 + 63d20e5 commit c80a6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: yarn test
- name: Upload code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit c80a6d6

Please sign in to comment.