File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
msbuild "m4l/M4L_Convolution_Reverb_Externals.sln" /p:configuration="Release" /p:platform=x64 /v:q /clp:ErrorsOnly /nologo /m
32
32
msbuild "hirt/HISSTools_IR_Toolbox.sln" /p:configuration="Release" /p:platform=x64 /v:q /clp:ErrorsOnly /nologo /m
33
33
- name : Upload windows builds
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4.4.0
35
35
with :
36
36
name : deploy-win-hirt
37
37
path : " hirt/HISSTools_Packaging/HISSTools Impulse Response Toolbox (HIRT)/externals/HIRT_externals_WIN/"
38
38
- name : Upload windows convolution reverb specific builds
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4.4.0
40
40
with :
41
41
name : deploy-win-m4l
42
42
path : m4l/build-win
You can’t perform that action at this time.
0 commit comments