diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c1a6a6..bab0db0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: npm test -- --ci --coverage - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.os == env.COVERAGE_OS && matrix.node-version == env.COVERAGE_NODE_VERSION with: files: ./coverage/coverage-final.json