diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e87dff2..c98be3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: pnpm run test:ci - name: Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} directory: coverage