Skip to content

Commit 9baedd0

Browse files
committed
Update to compatible version of upload-artifact
1 parent def4d50 commit 9baedd0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/distribution.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build mac max externals
1717
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
1818
- name: Upload mac build
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4.4.0
2020
with:
2121
name: build-mac
2222
path: framelib/Packaging/Max/FrameLib/externals
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build win max externals
3838
run: msbuild "framelib/framelib.sln" /p:configuration="Release" /p:platform=x64 /t:framelib_objects_max /v:q /clp:ErrorsOnly /nologo /m
3939
- name: Upload win build
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4.4.0
4141
with:
4242
name: build-win
4343
path: framelib/Packaging/Max/FrameLib/externals
@@ -51,7 +51,7 @@ jobs:
5151
cd FrameLib_PD_Objects/
5252
make
5353
- name: Upload mac build
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4.4.0
5555
with:
5656
name: build-mac
5757
path: build/*.d_fat
@@ -74,7 +74,7 @@ jobs:
7474
cd FrameLib_PD_Objects/
7575
make BUILD_TYPE=${{ matrix.type }}
7676
- name: Upload linux intel build
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4.4.0
7878
with:
7979
name: ${{ format('build-linux-intel-{0}', matrix.type) }}
8080
path: build/*.pd_linux
@@ -107,7 +107,7 @@ jobs:
107107
cd FrameLib_PD_Objects/
108108
make NAME_SUFFIX=${{ matrix.type }}
109109
- name: Upload linux arm build
110-
uses: actions/upload-artifact@v3
110+
uses: actions/upload-artifact@v4.4.0
111111
with:
112112
name: ${{ format('build-win-{0}', matrix.type) }}
113113
path: build/*.pd_linux
@@ -144,7 +144,7 @@ jobs:
144144
unzip pdzipped.zip -d ../../
145145
$MAKE_CMD BUILD_TYPE=${{ matrix.type }}
146146
- name: Upload win build
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4.4.0
148148
with:
149149
name: ${{ format('build-win-{0}', matrix.type) }}
150150
path: build/*.dll

0 commit comments

Comments
 (0)