From 85540855c39565ba459c70f232d02d07d5244144 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 12 Aug 2024 09:12:32 +0300 Subject: [PATCH] gha: update actions/checkout and actions/upload-artifact --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d031d539..12df5da4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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/*