1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Bump actions/upload-artifact from 3 to 4

This commit is contained in:
Emmanouil Papadeas 2023-12-21 00:05:59 +02:00 committed by GitHub
parent 54604fa0af
commit 18a74c7b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
cp -R ./pixelorama_data ./build/windows-64bit
rm ./build/windows-64bit/pixelorama_data/.gdignore
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows-64bit
path: ./build/windows-64bit/
@ -85,7 +85,7 @@ jobs:
cd build
tar zcvf linux-64bit.tar.gz linux-64bit
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-64bit
path: ./build/linux-64bit.tar.gz
@ -136,7 +136,7 @@ jobs:
- name: Create DMG archive 🔧
run: hdiutil create -srcfolder ./build/mac -fs HFS+ -volname Pixelorama ./build/mac/Pixelorama.dmg
- name: Upload Artifact 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Mac
path: ./build/mac/Pixelorama.dmg