File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
cache : " yarn"
37
37
38
38
- name : Download npm package from release artifacts
39
- uses : robinraju/release-downloader@v1.9
39
+ uses : robinraju/release-downloader@v1.10
40
40
with :
41
41
repository : " coder/code-server"
42
42
tag : ${{ github.event.inputs.version || github.ref_name }}
@@ -184,15 +184,15 @@ jobs:
184
184
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
185
185
186
186
- name : Download deb artifacts
187
- uses : robinraju/release-downloader@v1.9
187
+ uses : robinraju/release-downloader@v1.10
188
188
with :
189
189
repository : " coder/code-server"
190
190
tag : v${{ env.VERSION }}
191
191
fileName : " *.deb"
192
192
out-file-path : " release-packages"
193
193
194
194
- name : Download rpm artifacts
195
- uses : robinraju/release-downloader@v1.9
195
+ uses : robinraju/release-downloader@v1.10
196
196
with :
197
197
repository : " coder/code-server"
198
198
tag : v${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments