diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd6217fd..2024df0d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: node-version: 14 - run: yarn - run: yarn run test:coverage - - uses: codecov/codecov-action@v1.5.0 + - uses: codecov/codecov-action@v1.5.2 build: runs-on: ubuntu-20.04 needs: [lint, test]