diff --git a/.github/workflows/dev-test.yml b/.github/workflows/dev-test.yml index 44b0d4555efe..f349a647500b 100644 --- a/.github/workflows/dev-test.yml +++ b/.github/workflows/dev-test.yml @@ -65,7 +65,7 @@ jobs: run: yarn test --maxWorkers=2 - name: Upload Coverage - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v3.1.0 if: matrix.ENABLE_CODE_COVERAGE with: fail_ci_if_error: true @@ -77,7 +77,7 @@ jobs: PRETTIER_FALLBACK_RESOLVE: true - name: Upload Coverage (PRETTIER_FALLBACK_RESOLVE) - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v3.1.0 if: matrix.ENABLE_CODE_COVERAGE with: fail_ci_if_error: true