Skip to content

Commit 60e6a1c

Browse files
committed
ci: upgrade to codecov github actions v2
1 parent e9d1c5c commit 60e6a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Build
3838
- run: yarn build:tools
3939
name: Build Tooling Libraries
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v2
4141
with:
4242
file: ./packages/render-html/coverage/clover.xml # optional
4343
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)