@@ -27,21 +27,20 @@ jobs:
2727
2828 - uses : krdlab/setup-haxe@master
2929 with :
30- haxe-version : 4.3.4
30+ haxe-version : 4.3.7
3131 # Runs a set of commands using the runners shell
3232 - name : Install Haxelib
3333 run : |
3434 haxelib setup ~/haxelib
35- haxelib --global install hmm
36-
37- haxelib --global run hmm install
35+ haxelib --global install hmm --quiet
36+ haxelib --global run hmm install --quiet
3837 haxelib list
3938 - name : Create Version Tag
4039 run : echo "${{github.run_id}}" > VERSION
4140 - name : Compile
4241 run : haxelib run lime build linux --app-version="2.0.0-${{ github.run_id}}"
4342 - name : Publish Artifact
44- uses : actions/upload-artifact@v2
43+ uses : actions/upload-artifact@v4
4544 with :
4645 name : linuxBuild
4746 path : ' export/linux/bin'
@@ -54,13 +53,13 @@ jobs:
5453
5554 - uses : krdlab/setup-haxe@master
5655 with :
57- haxe-version : 4.3.4
56+ haxe-version : 4.3.7
5857 # Runs a set of commands using the runners shell
5958 - name : Install Haxelib
6059 run : |
6160 haxelib setup C:/haxelib
62- haxelib --global install hmm
63- haxelib --global run hmm install
61+ haxelib --global install hmm --quiet
62+ haxelib --global run hmm install --quiet
6463 haxelib list
6564 shell : cmd
6665 - name : Create Version Tag
@@ -70,14 +69,14 @@ jobs:
7069
7170
7271 - name : Publish Artifact
73- uses : actions/upload-artifact@v2
72+ uses : actions/upload-artifact@v4
7473 with :
7574 name : windowsBuild
7675 path : export/windows/bin
7776 - name : Compile 32 bit
7877 run : haxelib run lime build windows -D32bit -32
7978 - name : Publish 32bit
80- uses : actions/upload-artifact@v2
79+ uses : actions/upload-artifact@v4
8180 with :
8281 name : windows32Build
8382 path : export/32bit/windows/bin
0 commit comments