diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index ea93c17..7412053 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -14,7 +14,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: AI Code Reviewer
-        uses: lfsevergnini/ai-codereviewer@main
+        uses: PierreGode/GPTcode-reviwer@main
         with:
           GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
           OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}