Skip to content

Commit 2a53bf5

Browse files
authored
Merge pull request #157 from Codex-/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 915ab33 + dbe25f5 commit 2a53bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
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

+1-1
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)