Skip to content

Commit a0dac65

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent d297fd3 commit a0dac65

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)