Skip to content

Commit

Permalink
chore(deps): 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 26365d9 commit 9b6db9f
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 @@ -21,13 +21,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: "*dmg"
out-file-path: "current_release"
- name: Download current release assets (macOS)
uses: robinraju/release-downloader@v1.10
uses: robinraju/release-downloader@v1.11
with:
latest: true
fileName: "*exe"
Expand Down

0 comments on commit 9b6db9f

Please sign in to comment.