From fbb2c71e875ce0ef3bc570a11dc437d0efadf415 Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Wed, 4 May 2022 02:38:28 +0000 Subject: [PATCH] chore(actions): bump codecov-action from 2.1.0 to 3.1.0 --- .github/workflows/tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index fdb0240..41d9176 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -53,6 +53,6 @@ jobs: env: CI: true - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.0 with: fail_ci_if_error: true