From b87daad39c1e9ce907720e9b8401878b89f846c5 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sun, 19 Dec 2021 17:16:17 +0000 Subject: [PATCH] Update CI configs to v0.6.4 Update lint scripts and CI configs. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8affe32..9f6ef84 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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