Skip to content

Commit 700113f

Browse files
chore(deps): update codecov/codecov-action action to v2 (#617)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 8fa7594 commit 700113f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Generate coverage report
6161
run: ./node_modules/.bin/nyc report --reporter=json
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v2
6464
release:
6565
runs-on: ubuntu-18.04
6666
needs: test

0 commit comments

Comments
 (0)