Skip to content

Commit

Permalink
Use compatible version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Sep 6, 2024
1 parent 91a0386 commit ef6b9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
msbuild "m4l/M4L_Convolution_Reverb_Externals.sln" /p:configuration="Release" /p:platform=x64 /v:q /clp:ErrorsOnly /nologo /m
msbuild "hirt/HISSTools_IR_Toolbox.sln" /p:configuration="Release" /p:platform=x64 /v:q /clp:ErrorsOnly /nologo /m
- name: Upload windows builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: deploy-win-hirt
path: "hirt/HISSTools_Packaging/HISSTools Impulse Response Toolbox (HIRT)/externals/HIRT_externals_WIN/"
- name: Upload windows convolution reverb specific builds
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: deploy-win-m4l
path: m4l/build-win
Expand Down

0 comments on commit ef6b9e9

Please sign in to comment.