Skip to content

Commit 9822a46

Browse files
authored
Merge pull request #46 from Codex-/dependabot/github_actions/codecov/codecov-action-3
chore(deps): bump codecov/codecov-action from 2 to 3
2 parents 496bff3 + 905f835 commit 9822a46

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
@@ -53,4 +53,4 @@ jobs:
5353
- name: test
5454
run: npm run test -- --coverage
5555
- name: codecov
56-
uses: codecov/codecov-action@v2
56+
uses: codecov/codecov-action@v3

.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@v2
59+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)