actions: update dependencies
This commit is contained in:
80
.github/workflows/main.yml
vendored
80
.github/workflows/main.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
lime rebuild linux -64 -release -nocolor -verbose -nocffi
|
lime rebuild linux -64 -release -nocolor -verbose -nocffi
|
||||||
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux-NDLL
|
name: Linux-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux64-NDLL
|
name: Linux64-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux64-Hashlink
|
name: Linux64-Hashlink
|
||||||
path: |
|
path: |
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
lime rebuild macos -clean -release -arm64 -nocolor -verbose -nocffi
|
lime rebuild macos -clean -release -arm64 -nocolor -verbose -nocffi
|
||||||
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Mac64-NDLL
|
name: Mac64-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -149,7 +149,7 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MacArm64-NDLL
|
name: MacArm64-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -157,7 +157,7 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Mac64-Hashlink
|
name: Mac64-Hashlink
|
||||||
path: |
|
path: |
|
||||||
@@ -187,7 +187,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -221,7 +221,7 @@ jobs:
|
|||||||
lime rebuild windows -64 -release -nocolor -verbose -nocffi
|
lime rebuild windows -64 -release -nocolor -verbose -nocffi
|
||||||
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows-NDLL
|
name: Windows-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -229,7 +229,7 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows64-NDLL
|
name: Windows64-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -237,13 +237,13 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# - uses: actions/upload-artifact@v3
|
# - uses: actions/upload-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
# name: Windows-Hashlink
|
# name: Windows-Hashlink
|
||||||
# path: |
|
# path: |
|
||||||
# templates/bin/hl/Windows
|
# templates/bin/hl/Windows
|
||||||
# if-no-files-found: error
|
# if-no-files-found: error
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows64-Hashlink
|
name: Windows64-Hashlink
|
||||||
path: |
|
path: |
|
||||||
@@ -273,7 +273,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -283,7 +283,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ndk-version: r21e
|
ndk-version: r21e
|
||||||
|
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: "zulu"
|
distribution: "zulu"
|
||||||
java-version: 11
|
java-version: 11
|
||||||
@@ -323,7 +323,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
lime rebuild android -release -nocolor -verbose -nocffi -eval
|
lime rebuild android -release -nocolor -verbose -nocffi -eval
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Android-NDLL
|
name: Android-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -353,7 +353,7 @@ jobs:
|
|||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -384,7 +384,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
lime rebuild ios -clean -release -verbose -nocolor -eval
|
lime rebuild ios -clean -release -verbose -nocolor -eval
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: iPhone-NDLL
|
name: iPhone-NDLL
|
||||||
path: |
|
path: |
|
||||||
@@ -416,7 +416,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -451,62 +451,62 @@ jobs:
|
|||||||
cp project/lib/hashlink/src/hl.h templates/bin/hl/include/hl.h
|
cp project/lib/hashlink/src/hl.h templates/bin/hl/include/hl.h
|
||||||
cp project/lib/hashlink/src/hlc_main.c templates/bin/hl/include/hlc_main.c
|
cp project/lib/hashlink/src/hlc_main.c templates/bin/hl/include/hlc_main.c
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Android-NDLL
|
name: Android-NDLL
|
||||||
path: ndll/Android/
|
path: ndll/Android/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: iPhone-NDLL
|
name: iPhone-NDLL
|
||||||
path: ndll/iPhone/
|
path: ndll/iPhone/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux-NDLL
|
name: Linux-NDLL
|
||||||
path: ndll/Linux/
|
path: ndll/Linux/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux64-NDLL
|
name: Linux64-NDLL
|
||||||
path: ndll/Linux64/
|
path: ndll/Linux64/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Mac64-NDLL
|
name: Mac64-NDLL
|
||||||
path: ndll/Mac64/
|
path: ndll/Mac64/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: MacArm64-NDLL
|
name: MacArm64-NDLL
|
||||||
path: ndll/MacArm64/
|
path: ndll/MacArm64/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows-NDLL
|
name: Windows-NDLL
|
||||||
path: ndll/Windows/
|
path: ndll/Windows/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows64-NDLL
|
name: Windows64-NDLL
|
||||||
path: ndll/Windows64/
|
path: ndll/Windows64/
|
||||||
|
|
||||||
# - uses: actions/download-artifact@v3
|
# - uses: actions/download-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
# name: Windows-Hashlink
|
# name: Windows-Hashlink
|
||||||
# path: templates/bin/hl/Windows
|
# path: templates/bin/hl/Windows
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Windows64-Hashlink
|
name: Windows64-Hashlink
|
||||||
path: templates/bin/hl/Windows64
|
path: templates/bin/hl/Windows64
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Mac64-Hashlink
|
name: Mac64-Hashlink
|
||||||
path: templates/bin/hl/Mac64
|
path: templates/bin/hl/Mac64
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Linux64-Hashlink
|
name: Linux64-Hashlink
|
||||||
path: templates/bin/hl/Linux64
|
path: templates/bin/hl/Linux64
|
||||||
@@ -516,7 +516,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
haxe svg.hxml
|
haxe svg.hxml
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lime-haxelib
|
name: lime-haxelib
|
||||||
path: |
|
path: |
|
||||||
@@ -531,7 +531,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: krdlab/setup-haxe@v1
|
- uses: krdlab/setup-haxe@v1
|
||||||
with:
|
with:
|
||||||
@@ -551,7 +551,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
haxe build.hxml
|
haxe build.hxml
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lime-docs
|
name: lime-docs
|
||||||
path: docs/pages
|
path: docs/pages
|
||||||
@@ -561,7 +561,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: krdlab/setup-haxe@v1
|
- uses: krdlab/setup-haxe@v1
|
||||||
with:
|
with:
|
||||||
@@ -604,7 +604,7 @@ jobs:
|
|||||||
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
|
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -674,7 +674,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lime-haxelib
|
name: lime-haxelib
|
||||||
path: lime-haxelib
|
path: lime-haxelib
|
||||||
@@ -724,7 +724,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lime-haxelib
|
name: lime-haxelib
|
||||||
path: lime-haxelib
|
path: lime-haxelib
|
||||||
@@ -753,7 +753,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: krdlab/setup-haxe@v1
|
- uses: krdlab/setup-haxe@v1
|
||||||
with:
|
with:
|
||||||
@@ -831,7 +831,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: lime-haxelib
|
name: lime-haxelib
|
||||||
path: lime-haxelib
|
path: lime-haxelib
|
||||||
|
|||||||
Reference in New Issue
Block a user