Skip to content

Commit c961e93

Browse files
authored
Merge pull request #19 from ZL-Audio/renovate/robinraju-release-downloader-1.x [skip ci]
Update robinraju/release-downloader action to v1.11
2 parents 7eb361d + d3bfb1a commit c961e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
path: "release_repo"
2727
ssh-key: ${{ secrets.SSH_RELEASE_DEPLOY_KEY }}
2828
- name: Download current release assets (macOS)
29-
uses: robinraju/release-downloader@v1.10
29+
uses: robinraju/release-downloader@v1.11
3030
with:
3131
latest: true
3232
fileName: "*tgz"
3333
out-file-path: "current_release"
3434
- name: Download current release assets (Windows)
35-
uses: robinraju/release-downloader@v1.10
35+
uses: robinraju/release-downloader@v1.11
3636
with:
3737
latest: true
3838
fileName: "*exe"

0 commit comments

Comments
 (0)