Skip to content

Commit

Permalink
Merge pull request #1089 from i18next/dependabot/github_actions/maste…
Browse files Browse the repository at this point in the history
…r/codecov/codecov-action-5

Build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
karellm authored Dec 26, 2024
2 parents e47955e + b13e8df commit 7cbad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn build
- name: Coverage
run: yarn coverage
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
name: node-${{ matrix.node-version }}
fail_ci_if_error: false

0 comments on commit 7cbad67

Please sign in to comment.