diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 357f456d3c..0a48cfb7e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: unit-test-neko-haxe3: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -24,7 +24,7 @@ jobs: haxelib install hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install utest --quiet - name: Fix haxelib repo @@ -50,7 +50,7 @@ jobs: haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -68,7 +68,7 @@ jobs: haxelib install hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install utest --quiet - name: Fix haxelib repo @@ -95,7 +95,7 @@ jobs: # AL init fails on both windows and ubuntu runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -113,7 +113,7 @@ jobs: haxelib install hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install utest --quiet - name: Fix haxelib repo @@ -140,7 +140,7 @@ jobs: haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1] runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -163,7 +163,7 @@ jobs: haxelib install hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install utest --quiet haxelib run lime config AIR_SDK ${{ env.AIR_HOME }} @@ -188,7 +188,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -214,7 +214,7 @@ jobs: run: | haxe run.hxml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: openfl-haxelib path: | @@ -229,7 +229,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -247,7 +247,7 @@ jobs: haxelib install hxcpp --quiet haxelib install format --quiet haxelib install hxp --quiet - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install dox --quiet haxelib dev openfl ${{ github.workspace }} @@ -260,7 +260,7 @@ jobs: run: | haxe docs.hxml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: openfl-docs path: docs @@ -285,7 +285,7 @@ jobs: - name: Install Haxe dependencies run: | haxelib --global update haxelib - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UP --quiet haxelib install actuate --quiet haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet @@ -293,7 +293,7 @@ jobs: run: | haxelib fixrepo - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: openfl-haxelib path: openfl-haxelib @@ -336,7 +336,7 @@ jobs: - name: Install Haxe dependencies run: | haxelib --global update haxelib - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install actuate --quiet haxelib install genes --quiet haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet @@ -345,7 +345,7 @@ jobs: run: | haxelib fixrepo - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: openfl-haxelib path: openfl-haxelib @@ -396,7 +396,7 @@ jobs: - name: Install Haxe dependencies run: | haxelib --global update haxelib - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install actuate --quiet haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet @@ -404,7 +404,7 @@ jobs: run: | haxelib fixrepo - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: openfl-haxelib path: openfl-haxelib @@ -447,7 +447,7 @@ jobs: - name: Install Haxe dependencies run: | haxelib --global update haxelib - haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF.git --quiet + haxelib git https://github.com/Untitled-Psych-Fork/lime-UPF --quiet haxelib install actuate --quiet haxelib git openfl-samples https://github.com/openfl/openfl-samples --quiet @@ -455,7 +455,7 @@ jobs: run: | haxelib fixrepo - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: openfl-haxelib path: openfl-haxelib