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

View file

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