From 860903173824e3746e911b9ce096a749cd1f2a7c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 5 Sep 2022 13:07:41 -0400 Subject: [PATCH] Update version of codecov action given errors seen in other PRs using v2 --- .github/workflows/cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 4e5716e..53bc056 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -64,7 +64,7 @@ jobs: - name: Upload coverage to Codecov if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true