Skip to content

Commit d7522b8

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent 450b245 commit d7522b8

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)