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