Skip to content

Commit db49f4a

Browse files
authored
Merge pull request #126 from Codex-/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2 parents a12f031 + bea64e7 commit db49f4a

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
@@ -65,4 +65,4 @@ jobs:
6565
- name: test
6666
run: npm run test:coverage
6767
- name: codecov
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
--ci
5757
- name: codecov # Perform after version publishing
5858
if: steps.test.outcome == 'success'
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)