Skip to content

Commit

Permalink
fix downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Oct 20, 2023
1 parent 2f872f0 commit f989d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mertricstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2

- name: Download autotests binaries
uses: robinraju/release-downloader@v1
uses: robinraju/release-downloader@v1.8
with:
repository: Yandex-Practicum/go-autotests
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Download statictest binary
uses: robinraju/release-downloader@v1
uses: robinraju/release-downloader@v1.8
with:
repository: Yandex-Practicum/go-autotests
latest: true
Expand Down

0 comments on commit f989d18

Please sign in to comment.