|
16 | 16 | - name: Build mac max externals
|
17 | 17 | run: xcodebuild -project 'framelib/framelib.xcodeproj' -scheme 'framelib Max (objects build)' -destination 'platform=OS X,arch=x86_64' -configuration Deployment -quiet build CODE_SIGNING_ALLOWED=YES
|
18 | 18 | - name: Upload mac build
|
19 |
| - uses: actions/upload-artifact@v3 |
| 19 | + uses: actions/upload-artifact@v4.4.0 |
20 | 20 | with:
|
21 | 21 | name: build-mac
|
22 | 22 | path: framelib/Packaging/Max/FrameLib/externals
|
|
37 | 37 | - name: Build win max externals
|
38 | 38 | run: msbuild "framelib/framelib.sln" /p:configuration="Release" /p:platform=x64 /t:framelib_objects_max /v:q /clp:ErrorsOnly /nologo /m
|
39 | 39 | - name: Upload win build
|
40 |
| - uses: actions/upload-artifact@v3 |
| 40 | + uses: actions/upload-artifact@v4.4.0 |
41 | 41 | with:
|
42 | 42 | name: build-win
|
43 | 43 | path: framelib/Packaging/Max/FrameLib/externals
|
|
51 | 51 | cd FrameLib_PD_Objects/
|
52 | 52 | make
|
53 | 53 | - name: Upload mac build
|
54 |
| - uses: actions/upload-artifact@v3 |
| 54 | + uses: actions/upload-artifact@v4.4.0 |
55 | 55 | with:
|
56 | 56 | name: build-mac
|
57 | 57 | path: build/*.d_fat
|
|
74 | 74 | cd FrameLib_PD_Objects/
|
75 | 75 | make BUILD_TYPE=${{ matrix.type }}
|
76 | 76 | - name: Upload linux intel build
|
77 |
| - uses: actions/upload-artifact@v3 |
| 77 | + uses: actions/upload-artifact@v4.4.0 |
78 | 78 | with:
|
79 | 79 | name: ${{ format('build-linux-intel-{0}', matrix.type) }}
|
80 | 80 | path: build/*.pd_linux
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | cd FrameLib_PD_Objects/
|
108 | 108 | make NAME_SUFFIX=${{ matrix.type }}
|
109 | 109 | - name: Upload linux arm build
|
110 |
| - uses: actions/upload-artifact@v3 |
| 110 | + uses: actions/upload-artifact@v4.4.0 |
111 | 111 | with:
|
112 | 112 | name: ${{ format('build-win-{0}', matrix.type) }}
|
113 | 113 | path: build/*.pd_linux
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | unzip pdzipped.zip -d ../../
|
145 | 145 | $MAKE_CMD BUILD_TYPE=${{ matrix.type }}
|
146 | 146 | - name: Upload win build
|
147 |
| - uses: actions/upload-artifact@v3 |
| 147 | + uses: actions/upload-artifact@v4.4.0 |
148 | 148 | with:
|
149 | 149 | name: ${{ format('build-win-{0}', matrix.type) }}
|
150 | 150 | path: build/*.dll
|
|
0 commit comments