Update CI configs to v0.6.4

Update lint scripts and CI configs.
This commit is contained in:
Pion
2021-12-19 12:20:41 -05:00
committed by Sean DuBois
parent cad1de484c
commit b87daad39c
+2 -2
View File
@@ -62,7 +62,7 @@ jobs:
if [ -f .github/.ci.conf ]; then . .github/.ci.conf; fi
if [ -n "${TEST_HOOK}" ]; then ${TEST_HOOK}; fi
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
file: ./cover.out
name: codecov-umbrella
@@ -151,7 +151,7 @@ jobs:
-exec="${GO_JS_WASM_EXEC}" \
-v ./...
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
file: ./cover.out
name: codecov-umbrella