From a017c13a7a242e11abc7a804e8029087506b648b Mon Sep 17 00:00:00 2001 From: ArthurZheng <869705086@qq.com> Date: Thu, 19 Dec 2024 18:23:10 +0800 Subject: [PATCH] adjust actions/upload-artifact v2 to v4 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0100985..c34ee84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-win32 path: dist/OpenBlock-Desktop*.exe @@ -71,7 +71,7 @@ jobs: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-darwin path: dist/OpenBlock-Desktop*.dmg @@ -99,7 +99,7 @@ jobs: run: npm run dist - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: OpenBlock-Desktop-linux path: dist/OpenBlock-Desktop*.deb