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 3333 node-version-file : .node-version
3434
3535 - name : Download npm package from release artifacts
36- uses : robinraju/release-downloader@v1.11
36+ uses : robinraju/release-downloader@v1.12
3737 with :
3838 repository : " coder/code-server"
3939 tag : ${{ github.event.inputs.version || github.ref_name }}
@@ -176,15 +176,15 @@ jobs:
176176 echo "VERSION=${TAG#v}" >> $GITHUB_ENV
177177
178178 - name : Download deb artifacts
179- uses : robinraju/release-downloader@v1.11
179+ uses : robinraju/release-downloader@v1.12
180180 with :
181181 repository : " coder/code-server"
182182 tag : v${{ env.VERSION }}
183183 fileName : " *.deb"
184184 out-file-path : " release-packages"
185185
186186 - name : Download rpm artifacts
187- uses : robinraju/release-downloader@v1.11
187+ uses : robinraju/release-downloader@v1.12
188188 with :
189189 repository : " coder/code-server"
190190 tag : v${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments