diff options
author | Ichinose Shogo <shogo82148@gmail.com> | 2021-07-20 22:28:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 22:28:26 +0900 |
commit | 3392062c729d77820afc1f5cae3427f0de39e954 (patch) | |
tree | 3581977a4df3345b13da26269fed63711e197be2 | |
parent | Update amalgamation code (#955) (diff) | |
download | golite-3392062c729d77820afc1f5cae3427f0de39e954.tar.gz golite-3392062c729d77820afc1f5cae3427f0de39e954.tar.xz |
bump codecov/codecov-action@v2 (#957)
-rw-r--r-- | .github/workflows/go.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |