Skip to content

Commit 632b660

Browse files
renovate[bot]sonofmagic
authored andcommitted
chore(deps): update codecov/codecov-action action to v5
1 parent 673d8b0 commit 632b660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm run build
4343
- name: Test
4444
run: pnpm run test
45-
- uses: codecov/codecov-action@v4
45+
- uses: codecov/codecov-action@v5
4646
- name: Release
4747
run: npx semantic-release
4848
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- run: pnpm build
3333
- run: pnpm test
3434

35-
- uses: codecov/codecov-action@v4
35+
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)