From 0e62776c0c275eb0ded44c8f2181008249944e5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 15:58:38 +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 2dec343..5915e15 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -115,7 +115,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@2.0.0 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt @@ -158,7 +158,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@2.0.0 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt