diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a120afd..6f7175d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: continue-on-error: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.node-version == 22 && matrix.os == 'ubuntu-latest' with: file: ./coverage/lcov.info