Skip to content

Commit c2fcc06

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 820fad2 + b9e33e0 commit c2fcc06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

5656
- name: upload app
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: iProxyTesting-${{ runner.OS }}
6060
path: |
6161
release/*.exe
6262
release/*.dmg
63-
release/*.AppImage
63+
release/*.AppImage

.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)