Skip to content

Commit b9e33e0

Browse files
authored
Update nightly.yml
1 parent 1aa4419 commit b9e33e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
GH_TOKEN: ${{ secrets.github_token }}
5959

6060
- name: upload app
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: iProxyNightly-${{ runner.OS }}
6464
path: |
6565
release/*.exe
6666
release/*.dmg
67-
release/*.AppImage
67+
release/*.AppImage

0 commit comments

Comments
 (0)