From ca7413e8fbd63b3989cc2f3f97b4504f500655ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3=CF=84=CE=AD=CF=86=CE=B1=CE=BD=CE=BF=CF=82=20=22Coor?= =?UTF-8?q?nio/8924th=22=20=CE=92=CE=BB=CE=B1=CF=83=CF=84=CF=8C=CF=82?= <8924th@gmail.com> Date: Sat, 21 Sep 2024 08:48:10 +0300 Subject: [PATCH] set workflow version to v4, no idea what I'm doing :D --- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e33ae1c..400ef7d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ jobs: - name: GH Release 🚀 # You may pin to the exact commit or the version. - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: LinuxRelease path: build/bin diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f8033fc..946ad45 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: - name: GH Release 🚀 # You may pin to the exact commit or the version. - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: LinuxRelease path: build/bin