diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1727be..e0d8464 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@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage/lcov.info flags: unittests