cheng zhen преди 1 година
родител
ревизия
076c9c8f19
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -27,7 +27,7 @@ jobs:
         pyinstaller CursorKeepAlive.spec
         
     - name: Upload Windows artifact
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: CursorPro-Windows
         path: dist/CursorPro.exe
@@ -54,7 +54,7 @@ jobs:
         pyinstaller CursorKeepAlive.spec
         
     - name: Upload MacOS artifact
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: CursorPro-MacOS
         path: dist/CursorPro