From d54e8ee2b6c872c19d1edeb10450d99cc1f31488 Mon Sep 17 00:00:00 2001 From: bbrodriges Date: Tue, 5 Dec 2023 12:47:55 +0300 Subject: [PATCH] Update gophermart.yml --- .github/workflows/gophermart.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: |