diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a64ec1a73..d299303c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - run: npm run test:cov - name: Upload coverage results to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: unittests,api