Skip to content

Commit

Permalink
ci: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Jul 20, 2024
1 parent 846be05 commit 24b5329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ jobs:
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" installer.iss
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ZJU-Connect-for-Windows
path: ZJU-Connect-for-Windows.zip

- name: Upload SHA256.txt
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SHA256
path: SHA256.txt

- name: Upload installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ZJU-Connect-for-Windows-Installer
path: Output/ZJUConnectForWindowsInstaller.exe
Expand Down

0 comments on commit 24b5329

Please sign in to comment.