File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,17 +94,17 @@ jobs:
9494 tar zcvf ${EXPORT_NAME}_${MM_RELEASE}_linux.tar.gz ${EXPORT_NAME}_${MM_RELEASE}_linux
9595 - name : Upload Documentation 🚀
9696 if : ${{ github.event.inputs.gen_doc == 'true' }}
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : documentation
100100 path : ./material_maker/doc/_build/html
101101 - name : Upload Windows Artifact 🚀
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v6
103103 with :
104104 name : windows_snapshot
105105 path : build/${{ env.EXPORT_NAME }}_${{ env.MM_RELEASE }}_windows.zip
106106 - name : Upload Linux Artifact 🚀
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v6
108108 with :
109109 name : linux_snapshot
110110 path : build/${{ env.EXPORT_NAME }}_${{ env.MM_RELEASE }}_linux.tar.gz
@@ -216,7 +216,7 @@ jobs:
216216 xcrun notarytool submit ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg --apple-id $APPLE_ID --password $NOTARYTOOL_APP_PASSWORD --team-id $APPLE_TEAM_ID --wait
217217 xcrun stapler staple ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg
218218 - name : Upload Mac OSX Artifact 🚀
219- uses : actions/upload-artifact@v4
219+ uses : actions/upload-artifact@v6
220220 with :
221221 name : macos_snapshot
222222 path : ./build/mac/material_maker_${{ env.MM_RELEASE }}.dmg
You can’t perform that action at this time.
0 commit comments