diff --git a/.github/workflows/gophermart.yml b/.github/workflows/gophermart.yml
index 54c81d080..b396d249c 100644
--- a/.github/workflows/gophermart.yml
+++ b/.github/workflows/gophermart.yml
@@ -33,10 +33,11 @@ jobs:
       - name: Download autotests binaries
         uses: robinraju/release-downloader@v1.8
         with:
-          repository: Yandex-Practicum/go-autotests-bin
-          tag: "v0.9.16"
+          repository: Yandex-Practicum/go-autotests
+          latest: true
           fileName: "*"
           out-file-path: .tools
+          token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Setup autotest binary
         run: |