From 3392062c729d77820afc1f5cae3427f0de39e954 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 20 Jul 2021 22:28:26 +0900 Subject: [PATCH] bump codecov/codecov-action@v2 (#957) --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index f8001f5..c3e90fc 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -112,7 +112,7 @@ jobs: shell: msys2 {0} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: env_vars: OS,GO file: coverage.txt