Skip to content

Commit ec05f40

Browse files
chore(deps): update codecov/codecov-action action to v2 (#256)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 481713c commit ec05f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "::set-output name=os::${os/-latest/}"
3939
echo "::set-output name=node::node_${node//[.*]/}"
4040
shell: bash
41-
- uses: codecov/codecov-action@v1
41+
- uses: codecov/codecov-action@v2
4242
with:
4343
file: coverage/coverage-final.json
4444
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)