diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09bb016..0608005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: npm run test:coverage - name: Submit coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x' - name: Build