Skip to content

Commit

Permalink
Merge pull request #16 from thib3113/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
thib3113 authored Nov 19, 2024
2 parents 56bb8a7 + 98e5d42 commit ce0539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
./coverage/eslint-report.json
if: ${{ matrix.node-version == 'lts/*' }}

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down

0 comments on commit ce0539a

Please sign in to comment.