Skip to content

Commit 951b51e

Browse files
authored
chore(deps): update codecov/codecov-action action to v4 (#144)
2 parents 524f507 + d7522b8 commit 951b51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- name: test
6060
run: pnpm run test:coverage
6161
- name: codecov
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
--ci
6060
- name: codecov # Perform after version publishing
6161
if: steps.test.outcome == 'success'
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)