fix: upgrade actions/upload-artifact from v3 to v4 across workflow files
Build and Release / prepare (push) Successful in 1s
Build and Release / build_windows (push) Has been cancelled
Build and Release / publish_release (push) Has been cancelled
Build and Release / build_linux (push) Has been cancelled

This commit is contained in:
ShiftyX1
2025-12-09 00:40:18 +03:00
parent 21874e98c2
commit 3da03fdd7f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
hdiutil create VoxelEngineMacApp.dmg -volname "VoxelEngine" -srcfolder VoxelEngineDmgContent -ov -format UDZO
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: VoxelEngineMacOs
path: VoxelEngineMacApp.dmg