From e15eab4186d89adf665d64595256341ef07a4534 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Sep 2021 13:54:14 +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 b38bd8a..1c23a7c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -125,7 +125,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 @@ -167,7 +167,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