diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c180e0..5cc6d8e 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@v4.0.1 with: token: ${{ secrets.CODECOV }} test-node-12: