Skip to content

Commit 9736fcf

Browse files
fix: update remaining codecov-action references from v3 to v4
1 parent 6f9773d commit 9736fcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script/__snapshots__/migrate-test-e2e.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports[`expected file changes > .github/workflows/test.yml 1`] = `
5353
@@ ... @@ jobs:
5454
- run: pnpm run test --coverage
5555
- name: Codecov
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
5757
- with:
5858
- flags: unit
5959

src/steps/writing/creation/dotGitHub/createWorkflows.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ describe("createWorkflows", () => {
314314
- uses: ./.github/actions/prepare
315315
- run: pnpm run test --coverage
316316
- name: Codecov
317-
uses: codecov/codecov-action@v3
317+
uses: codecov/codecov-action@v4
318318
319319
name: Test
320320

src/steps/writing/creation/dotGitHub/createWorkflows.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export function createWorkflows(options: Options) {
218218
{ run: "pnpm run test --coverage" },
219219
{
220220
name: "Codecov",
221-
uses: "codecov/codecov-action@v3",
221+
uses: "codecov/codecov-action@v4",
222222
},
223223
],
224224
}),

0 commit comments

Comments
 (0)