diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbb7943ec..bb920942a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,6 @@ jobs: - run: npm install --engine-strict - run: npm test - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: env_vars: OS, NODE_VERSION