diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca0038..eca8243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: npm run test:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.node-version == '20.x' with: file: ./coverage/lcov.info