diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53a4a53..b307f5d 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.3.1 + uses: codecov/codecov-action@v3.1.1 with: token: ${{ secrets.CODECOV }} test-node-12: