diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69cff56..ee8d095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: npm test -- --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x' with: file: ./coverage/lcov.info