Skip to content

Commit d9ac02c

Browse files
authored
chore(deps): update codecov/codecov-action action to v5 (#171)
2 parents ff0ed8e + a0dac65 commit d9ac02c

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@v4
62+
uses: codecov/codecov-action@v5

.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@v4
62+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)