Skip to content

Commit e9b626c

Browse files
authored
merge pull request #127
fix github action
2 parents dc8d710 + 520e827 commit e9b626c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs :
1818
run : npm run nsis
1919
- name : Build windows 7zip protable version
2020
run : npm run 7zip
21-
- uses : actions/upload-artifact@v2
21+
- uses : actions/upload-artifact@v4
2222
with :
2323
name: windows
2424
path : |
@@ -36,7 +36,7 @@ jobs :
3636
run : yarn
3737
- name : Build macos version
3838
run : npm run mac
39-
- uses : actions/upload-artifact@v2
39+
- uses : actions/upload-artifact@v4
4040
with :
4141
name: macos
4242
path : |
@@ -54,7 +54,7 @@ jobs :
5454
run : yarn
5555
- name : Build AppImage
5656
run : npm run appimage
57-
- uses : actions/upload-artifact@v2
57+
- uses : actions/upload-artifact@v4
5858
with :
5959
name: linux
6060
path : packaged/wnr*

0 commit comments

Comments
 (0)