1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-04 06:35:25 +01:00

Bump all used GitHub Actions

This commit is contained in:
AFCMS
2025-11-28 13:17:15 +01:00
committed by GitHub
parent 3d39781b21
commit 0394cd71dc
10 changed files with 32 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ jobs:
matrix:
bits: [32, 64]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install compiler
run: |
sudo dpkg --add-architecture i386
@@ -61,7 +61,7 @@ jobs:
cd "$dest"/luanti-*-win*
wine bin/luanti.exe --version
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: "mingw${{ matrix.bits }}"
path: B/build/*.zip
@@ -92,7 +92,7 @@ jobs:
# Enable it, when working on the installer.
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Restore from cache and run vcpkg
uses: lukka/run-vcpkg@v11
@@ -135,7 +135,7 @@ jobs:
env:
TYPE: ${{matrix.type}}
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: msvc-${{ matrix.config.arch }}-${{ matrix.type }}
path: .\Package\