Skip to content

Commit 905f835

Browse files
chore(deps): bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2eed17 commit 905f835

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)