Skip to content

Commit 3b9a504

Browse files
authoredJul 8, 2022
Bump codecov/codecov-action from 1 to 3 (#4562)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b9b2eb commit 3b9a504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run ci:coverage
3030
env:
3131
CI: true
32-
- uses: codecov/codecov-action@v1
32+
- uses: codecov/codecov-action@v3
3333
with:
3434
commit_parent: ${{ github.event.pull_request.head.sha }}
3535

0 commit comments

Comments
 (0)
Please sign in to comment.