File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 id : version
137137
138138 - name : Download artifact
139- uses : actions/download-artifact@v2
139+ uses : actions/download-artifact@v4.1.7
140140 with :
141141 name : jamesdsp-${{ matrix.flavor }}-full_portable_linux64
142142
@@ -176,7 +176,7 @@ jobs:
176176 id : version
177177
178178 - name : Download package artifact
179- uses : actions/download-artifact@v2
179+ uses : actions/download-artifact@v4.1.7
180180 with :
181181 name : jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
182182
@@ -225,7 +225,7 @@ jobs:
225225 id : version
226226
227227 - name : Download package artifact
228- uses : actions/download-artifact@v2
228+ uses : actions/download-artifact@v4.1.7
229229 with :
230230 name : jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
231231
@@ -293,7 +293,7 @@ jobs:
293293 id : version
294294
295295 - name : Download package artifact
296- uses : actions/download-artifact@v2
296+ uses : actions/download-artifact@v4.1.7
297297 with :
298298 name : jamesdsp-${{ matrix.flavor }}_${{steps.version.outputs.version}}_ubuntu22-04_amd64.deb
299299
You can’t perform that action at this time.
0 commit comments