Skip to content

Commit 676c13e

Browse files
authored
Update main.yml
1 parent b2f2c74 commit 676c13e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: krdlab/setup-haxe@master
2929
with:
30-
haxe-version: 4.2.5
30+
haxe-version: 4.3.7
3131
# Runs a set of commands using the runners shell
3232
- name: Install Haxelib
3333
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: Compile
5454
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}"
5555
- name: Publish Artifact
56-
uses: actions/upload-artifact@v2.2.4
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: linuxBuild
5959
path: 'export/release/linux/bin'
@@ -66,7 +66,7 @@ jobs:
6666

6767
- uses: krdlab/setup-haxe@master
6868
with:
69-
haxe-version: 4.2.5
69+
haxe-version: 4.3.7
7070
# Runs a set of commands using the runners shell
7171
- name: Install Haxelib
7272
run: |
@@ -92,7 +92,7 @@ jobs:
9292
- name: Compile
9393
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
9494
- name: Publish Artifact
95-
uses: actions/upload-artifact@v2.2.4
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: windowsBuild
9898
path: export/release/windows/bin
@@ -105,7 +105,7 @@ jobs:
105105

106106
- uses: krdlab/setup-haxe@master
107107
with:
108-
haxe-version: 4.2.5
108+
haxe-version: 4.3.7
109109
# Runs a set of commands using the runners shell
110110
- name: Install Haxelib
111111
run: |
@@ -130,7 +130,7 @@ jobs:
130130
- name: Compile
131131
run: haxelib run lime build windows -32 -D 32bits --app-version="4.0.0-${{ github.run_id}}"
132132
- name: Publish Artifact
133-
uses: actions/upload-artifact@v2.2.4
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: windows32Build
136136
path: export/32bit/windows/bin
@@ -143,7 +143,7 @@ jobs:
143143

144144
- uses: krdlab/setup-haxe@master
145145
with:
146-
haxe-version: 4.2.5
146+
haxe-version: 4.3.7
147147
# Runs a set of commands using the runners shell
148148
- name: Install Haxelib
149149
run: |
@@ -180,7 +180,7 @@ jobs:
180180

181181
- uses: krdlab/setup-haxe@master
182182
with:
183-
haxe-version: 4.2.5
183+
haxe-version: 4.3.7
184184
# Runs a set of commands using the runners shell
185185
- name: Install Haxelib
186186
run: |
@@ -204,7 +204,7 @@ jobs:
204204
- name: Compile
205205
run: haxelib run lime build html5 --app-version="4.0.0-${{ github.run_id}}"
206206
- name: Publish Artifact
207-
uses: actions/upload-artifact@v2.2.4
207+
uses: actions/upload-artifact@4
208208
with:
209209
name: html5Build
210210
path: export/release/html5/bin

0 commit comments

Comments
 (0)