From f21c9d85e3df0caea3cbd6d5a2cf70a54e747a8e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 18:13:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cba3c53..ca7922b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -127,7 +127,7 @@ jobs: git --no-pager diff go.mod go.sum git --no-pager diff --quiet go.mod go.sum - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.1.0 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt @@ -169,7 +169,7 @@ jobs: - name: Run tests on Unix-like operating systems run: make unittest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.1.0 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt