From 2182e4772fdd41f6794dc4030331a537e0996f69 Mon Sep 17 00:00:00 2001 From: zkull Date: Thu, 23 May 2024 07:23:58 +0200 Subject: [PATCH] update github action download/upload-artifact --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6000d1f..fe412d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: CI: '' # disable CI mode as it makes build fail on warnings - name: Upload build to artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: editor path: | @@ -60,7 +60,7 @@ jobs: - name: 'If build on master branch, download artifact' if: ${{ github.ref_name == 'master' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifact name: editor