diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e877fd5a1..d14f8f42a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - run: pnpm nx fix-ci if: always() - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: directory: ./packages/ token: ${{ secrets.CODECOV_TOKEN }}