File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ jobs:
2020 ref : ' main'
2121 token : ${{ secrets.homebrew_tap_rw }}
2222 - name : Download Linux AMD64 package
23- uses : robinraju/release-downloader@v1.8
23+ uses : robinraju/release-downloader@v1.12
2424 with :
2525 repository : " supabase/dbdev"
2626 tag : ${{ inputs.tag }}
2727 fileName : " dbdev-${{ inputs.tag }}-linux-amd64.tar.gz"
2828
2929 - name : Download Linux ARM64 package
30- uses : robinraju/release-downloader@v1.8
30+ uses : robinraju/release-downloader@v1.12
3131 with :
3232 repository : " supabase/dbdev"
3333 tag : ${{ inputs.tag }}
3434 fileName : " dbdev-${{ inputs.tag }}-linux-arm64.tar.gz"
3535
3636 - name : Download macOS AMD64 package
37- uses : robinraju/release-downloader@v1.8
37+ uses : robinraju/release-downloader@v1.12
3838 with :
3939 repository : " supabase/dbdev"
4040 tag : ${{ inputs.tag }}
Original file line number Diff line number Diff line change 2121 token : ${{ secrets.scoop_bucket_rw }}
2222
2323 - name : Download Windows AMD64 package
24- uses : robinraju/release-downloader@v1.8
24+ uses : robinraju/release-downloader@v1.12
2525 with :
2626 repository : " supabase/dbdev"
2727 tag : ${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments