diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 3c177ef..f6e0692 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.0.0 with: fail_ci_if_error: true