Skip to content

Commit 23ce568

Browse files
chore(deps): update codecov/codecov-action action to v5 (#2560)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v511) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5) ##### What's Changed **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 10-19 1-7 * MON" in timezone Asia/Seoul, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcf9e9d commit 23ce568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
run: yarn test
4545

4646
- name: Upload Coverage Reports to Codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
token: 0a48be00-2768-42b0-b528-7ab854c3db46

0 commit comments

Comments
 (0)