Skip to content

Commit dd4b5b4

Browse files
authored
Merge pull request #1333 from williamchange/upgrade-upload-action
Chore: upgrade actions/upload-artifact to v6
2 parents f77bfc0 + 4ad3c93 commit dd4b5b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev-desktop-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)