diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd1fdd8e..6015036f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - uses: jdx/mise-action@v4 - run: npm ci - run: npm run ci - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} ci-bun: