diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6fbc14..330edcb 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@v2.0.2 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV }} test-node-12: