Skip to content

Commit dbe25f5

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 915ab33 commit dbe25f5

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
@@ -71,6 +71,6 @@ jobs:
7171
- name: test
7272
run: pnpm test:coverage
7373
- name: codecov
74-
uses: codecov/codecov-action@v4
74+
uses: codecov/codecov-action@v5
7575
env:
7676
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
--ci
5353
- name: codecov # Perform after version publishing
5454
if: steps.test.outcome == 'success'
55-
uses: codecov/codecov-action@v4
55+
uses: codecov/codecov-action@v5
5656
env:
5757
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)