Skip to content

Commit

Permalink
Update robinraju/release-downloader action to v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent ce00250 commit d3bfb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
path: "release_repo"
ssh-key: ${{ secrets.SSH_RELEASE_DEPLOY_KEY }}
- name: Download current release assets (macOS)
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
latest: true
fileName: "*tgz"
out-file-path: "current_release"
- name: Download current release assets (Windows)
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
latest: true
fileName: "*exe"
Expand Down

0 comments on commit d3bfb1a

Please sign in to comment.