gha: update actions/checkout and actions/upload-artifact

This commit is contained in:
Alibek Omarov 2024-08-12 09:12:32 +03:00
parent 2dc220b42f
commit 85540855c3
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ jobs:
GH_CPU_ARCH: ${{ matrix.targetarch }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
@ -62,7 +62,7 @@ jobs:
- name: Build engine
run: bash scripts/gha/build_${{ matrix.targetos }}.sh
- name: Upload engine (artifacts)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.targetos }}-${{ matrix.targetarch }}
path: artifacts/*