Skip to content

Commit

Permalink
Merge pull request #968 from i18next/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4

Build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
karellm committed Feb 25, 2024
2 parents 7e14d85 + 0c1f5b0 commit e156af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn build
- name: Coverage
run: yarn coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: node-${{ matrix.node-version }}
fail_ci_if_error: false

0 comments on commit e156af1

Please sign in to comment.