diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b1a1dc..b7dc9db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -513,7 +513,7 @@ jobs: - name: Notify Telegram if: ${{ env.TELEGRAM_TO != '' && env.TELEGRAM_TOKEN != '' }} - uses: appleboy/telegram-action@v1.0.1 + uses: appleboy/telegram-action@v1.0.2 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}