We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 820fad2 + b9e33e0 commit c2fcc06Copy full SHA for c2fcc06
.github/workflows/ci.yml
@@ -54,10 +54,10 @@ jobs:
54
GH_TOKEN: ${{ secrets.github_token }}
55
56
- name: upload app
57
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
58
with:
59
name: iProxyTesting-${{ runner.OS }}
60
path: |
61
release/*.exe
62
release/*.dmg
63
- release/*.AppImage
+ release/*.AppImage
.github/workflows/nightly.yml
@@ -58,10 +58,10 @@ jobs:
name: iProxyNightly-${{ runner.OS }}
64
65
66
67
0 commit comments