@@ -153,7 +153,7 @@ jobs:
153153 run : |
154154 ${{ matrix.platform.installCmd }} curl bash git ${{ matrix.platform.toolRequirements }}
155155
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v3
157157
158158 - name : Run build
159159 run : |
@@ -166,7 +166,7 @@ jobs:
166166
167167 - if : always()
168168 name : Upload artifact
169- uses : actions/upload-artifact@v4
169+ uses : actions/upload-artifact@v3
170170 with :
171171 if-no-files-found : error
172172 retention-days : 2
@@ -188,7 +188,7 @@ jobs:
188188
189189 steps :
190190 - name : Checkout code
191- uses : actions/checkout@v4
191+ uses : actions/checkout@v3
192192 with :
193193 submodules : ' true'
194194
@@ -199,7 +199,7 @@ jobs:
199199
200200 - if : always()
201201 name : Upload artifact
202- uses : actions/upload-artifact@v4
202+ uses : actions/upload-artifact@v3
203203 with :
204204 if-no-files-found : error
205205 retention-days : 2
@@ -222,10 +222,10 @@ jobs:
222222 fail-fast : false
223223 matrix :
224224 include :
225- - os : [self-hosted, Linux, ARM64]
225+ - os : [self-hosted, Linux, ARM64, maerwald ]
226226 ARCH : ARM
227227 ARTIFACT : " armv7-linux-deb10"
228- - os : [self-hosted, Linux, ARM64]
228+ - os : [self-hosted, Linux, ARM64, maerwald ]
229229 ARCH : ARM64
230230 ARTIFACT : " aarch64-linux-deb10"
231231 steps :
@@ -235,7 +235,7 @@ jobs:
235235 shell : bash
236236
237237 - name : Checkout code
238- uses : actions/checkout@v4
238+ uses : actions/checkout@v3
239239
240240 - if : matrix.ARCH == 'ARM'
241241 uses : docker://hasufell/arm32v7-debian-haskell:10
@@ -255,7 +255,7 @@ jobs:
255255
256256 - if : always()
257257 name : Upload artifact
258- uses : actions/upload-artifact@v4
258+ uses : actions/upload-artifact@v3
259259 with :
260260 if-no-files-found : error
261261 retention-days : 2
@@ -276,7 +276,7 @@ jobs:
276276 GHC_VERSION : 9.2.8
277277 steps :
278278 - name : Checkout code
279- uses : actions/checkout@v4
279+ uses : actions/checkout@v3
280280
281281 - name : Run build
282282 run : |
@@ -285,7 +285,7 @@ jobs:
285285
286286 - if : always()
287287 name : Upload artifact
288- uses : actions/upload-artifact@v4
288+ uses : actions/upload-artifact@v3
289289 with :
290290 if-no-files-found : error
291291 retention-days : 2
@@ -307,7 +307,7 @@ jobs:
307307 GHC_VERSION : 9.2.8
308308 steps :
309309 - name : Checkout code
310- uses : actions/checkout@v4
310+ uses : actions/checkout@v3
311311
312312 - name : Run build
313313 run : |
@@ -318,7 +318,7 @@ jobs:
318318
319319 - if : always()
320320 name : Upload artifact
321- uses : actions/upload-artifact@v4
321+ uses : actions/upload-artifact@v3
322322 with :
323323 if-no-files-found : error
324324 retention-days : 2
@@ -346,7 +346,7 @@ jobs:
346346 taskkill /F /FI "MODULES eq msys-2.0.dll"
347347
348348 - name : Checkout code
349- uses : actions/checkout@v4
349+ uses : actions/checkout@v3
350350
351351 - name : Run build (windows)
352352 run : |
@@ -358,7 +358,7 @@ jobs:
358358
359359 - if : always()
360360 name : Upload artifact
361- uses : actions/upload-artifact@v4
361+ uses : actions/upload-artifact@v3
362362 with :
363363 if-no-files-found : error
364364 retention-days : 2
@@ -373,10 +373,10 @@ jobs:
373373 if : startsWith(github.ref, 'refs/tags/')
374374 steps :
375375 - name : Checkout code
376- uses : actions/checkout@v4
376+ uses : actions/checkout@v3
377377
378378 - name : Download artifacts
379- uses : actions/download-artifact@v4
379+ uses : actions/download-artifact@v3
380380 with :
381381 name : artifacts
382382 path : ./out
0 commit comments