From affdd497ec4e3e3f7c44cc5daaa503a9012fd62e Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 9 Jan 2023 18:18:29 +0400 Subject: [PATCH] Updated GitHub actions to use Node16 (try 2). --- .github/workflows/cmake-tier1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 6ae19be..c223fc9 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -60,7 +60,7 @@ jobs: run: cpack -G TBZ2 - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Linux Packages path: ${{github.workspace}}/build/gsmartcontrol-*-Linux*.* @@ -161,7 +161,7 @@ jobs: run: cpack -G NSIS - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Windows Packages path: ${{github.workspace}}/build/gsmartcontrol-*-win*.*