1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-01 07:45:26 +01:00

Upgrade CI actions (#14377)

This commit is contained in:
wsor4035
2024-02-17 09:34:40 -05:00
committed by GitHub
parent 0f2517070e
commit fa47af737f
7 changed files with 29 additions and 29 deletions

View File

@@ -32,7 +32,7 @@ jobs:
name: "MinGW cross-compiler (32-bit)"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
@@ -42,7 +42,7 @@ jobs:
run: |
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin32.sh B
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: mingw32
path: B/build/*.zip
@@ -52,7 +52,7 @@ jobs:
name: "MinGW cross-compiler (64-bit)"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install compiler
run: |
sudo apt-get update && sudo apt-get install -y gettext
@@ -62,7 +62,7 @@ jobs:
run: |
EXISTING_MINETEST_DIR=$PWD ./util/buildbot/buildwin64.sh B
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: mingw64
path: B/build/*.zip
@@ -95,7 +95,7 @@ jobs:
# Enable it, when working on the installer.
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout IrrlichtMt
run: |
@@ -145,7 +145,7 @@ jobs:
env:
TYPE: ${{matrix.type}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: msvc-${{ matrix.config.arch }}-${{ matrix.type }}
path: .\Package\