Skip to content

Commit

Permalink
Merge pull request #914 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 Oct 1, 2023
2 parents 4071deb + 635ad96 commit 268ee96
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 268ee96

Please sign in to comment.