diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e11fee9..80e5bf0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: run: npm run ci-test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage/lcov.info flags: unittests