Skip to content

Commit 2b79e13

Browse files
authoredFeb 4, 2024
chore(deps): update codecov/codecov-action action to v4 (#1289)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4`](https://togithub.com/codecov/codecov-action/compare/v3...v4) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea1c18 commit 2b79e13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

Diff for: ‎.github/workflows/test-create.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- run: pnpm run test:create
99
- if: always()
1010
name: Codecov
11-
uses: codecov/codecov-action@v3
11+
uses: codecov/codecov-action@v4
1212
with:
1313
files: coverage-create/lcov.info
1414
flags: create

Diff for: ‎.github/workflows/test-initialize.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: mv coverage coverage-initialize
1313
- if: always()
1414
name: Codecov
15-
uses: codecov/codecov-action@v3
15+
uses: codecov/codecov-action@v4
1616
with:
1717
files: coverage-initialize/lcov.info
1818
flags: initialize

Diff for: ‎.github/workflows/test-migrate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: mv coverage coverage-migrate
1313
- if: always()
1414
name: Codecov
15-
uses: codecov/codecov-action@v3
15+
uses: codecov/codecov-action@v4
1616
with:
1717
files: coverage-migrate/lcov.info
1818
flags: migrate

Diff for: ‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: ./.github/actions/prepare
77
- run: pnpm run test --coverage
88
- name: Codecov
9-
uses: codecov/codecov-action@v3
9+
uses: codecov/codecov-action@v4
1010
with:
1111
flags: unit
1212

0 commit comments

Comments
 (0)
Please sign in to comment.