|
91 | 91 | light -ext WixUIExtension digstore.wixobj -o digstore-windows-x64.msi
|
92 | 92 |
|
93 | 93 | - name: Upload Windows Installer
|
94 |
| - uses: actions/upload-artifact@v3 |
| 94 | + uses: actions/upload-artifact@v4 |
95 | 95 | with:
|
96 | 96 | name: digstore-windows-installer
|
97 | 97 | path: installer/windows/digstore-windows-x64.msi
|
@@ -166,7 +166,7 @@ jobs:
|
166 | 166 | hdiutil create -volname "Digstore Min" -srcfolder "Digstore Min.app" -ov -format UDZO digstore-macos.dmg
|
167 | 167 |
|
168 | 168 | - name: Upload macOS Installer
|
169 |
| - uses: actions/upload-artifact@v3 |
| 169 | + uses: actions/upload-artifact@v4 |
170 | 170 | with:
|
171 | 171 | name: digstore-macos-installer
|
172 | 172 | path: installer/macos/digstore-macos.dmg
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | mv Digstore*.AppImage installer/linux/digstore-linux-x86_64.AppImage
|
270 | 270 |
|
271 | 271 | - name: Upload Linux Packages
|
272 |
| - uses: actions/upload-artifact@v3 |
| 272 | + uses: actions/upload-artifact@v4 |
273 | 273 | with:
|
274 | 274 | name: digstore-linux-installers
|
275 | 275 | path: |
|
@@ -356,7 +356,7 @@ jobs:
|
356 | 356 | chmod +x installer/install.sh
|
357 | 357 |
|
358 | 358 | - name: Upload Install Script
|
359 |
| - uses: actions/upload-artifact@v3 |
| 359 | + uses: actions/upload-artifact@v4 |
360 | 360 | with:
|
361 | 361 | name: universal-install-script
|
362 | 362 | path: installer/install.sh
|
|
0 commit comments