diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c71eaf5..b444c04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,10 +54,10 @@ jobs: GH_TOKEN: ${{ secrets.github_token }} - name: upload app - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: iProxyTesting-${{ runner.OS }} path: | release/*.exe release/*.dmg - release/*.AppImage \ No newline at end of file + release/*.AppImage diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 655bce1..a23dbcd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -58,10 +58,10 @@ jobs: GH_TOKEN: ${{ secrets.github_token }} - name: upload app - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: iProxyNightly-${{ runner.OS }} path: | release/*.exe release/*.dmg - release/*.AppImage \ No newline at end of file + release/*.AppImage