diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7961c387d..074a81543 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -111,7 +111,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@v2.1.0 + uses: codecov/codecov-action@v3.1.1 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt @@ -151,7 +151,7 @@ jobs: - name: Run tests on Unix-like operating systems run: make unittest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.1 with: #token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt