diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d7f27..3f65bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Generate coverage report run: npm run test-coverage - name: Upload coverage report - uses: codecov/codecov-action@v1.0.15 + uses: codecov/codecov-action@v1.2.1 with: token: ${{ secrets.CODECOV }} test-node-12: