Skip to content

Commit

Permalink
chore(ci): bump codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Jan 20, 2025
1 parent 0c87bf7 commit 718f71d
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 @@ -45,7 +45,7 @@ jobs:
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn c8 yarn test:node
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 718f71d

Please sign in to comment.