Skip to content

Commit b28aacf

Browse files
authored
Merge pull request #34 from Codex-/dependabot/github_actions/codecov/codecov-action-3
build(deps): bump codecov/codecov-action from 2 to 3
2 parents bf0e5d9 + db0d15c commit b28aacf

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
@@ -54,4 +54,4 @@ jobs:
5454
- name: test
5555
run: npm run test -- --coverage
5656
- name: codecov
57-
uses: codecov/codecov-action@v2
57+
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)