diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e357cf07..44ede899a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,6 +35,6 @@ jobs: - run: npm install --engine-strict - run: npm test - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: env_vars: OS, NODE_VERSION