diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c180e0..71fa8d9 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.1.0 + uses: codecov/codecov-action@v3.1.4 with: token: ${{ secrets.CODECOV }} test-node-12: