File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 cache : " yarn"
3737
3838 - name : Download npm package from release artifacts
39- uses : robinraju/release-downloader@v1.10
39+ uses : robinraju/release-downloader@v1.11
4040 with :
4141 repository : " coder/code-server"
4242 tag : ${{ github.event.inputs.version || github.ref_name }}
@@ -184,15 +184,15 @@ jobs:
184184 echo "VERSION=${TAG#v}" >> $GITHUB_ENV
185185
186186 - name : Download deb artifacts
187- uses : robinraju/release-downloader@v1.10
187+ uses : robinraju/release-downloader@v1.11
188188 with :
189189 repository : " coder/code-server"
190190 tag : v${{ env.VERSION }}
191191 fileName : " *.deb"
192192 out-file-path : " release-packages"
193193
194194 - name : Download rpm artifacts
195- uses : robinraju/release-downloader@v1.10
195+ uses : robinraju/release-downloader@v1.11
196196 with :
197197 repository : " coder/code-server"
198198 tag : v${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments