File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
run : sudo npm run make --if-present
39
39
- run : sudo tree . -I 'node_modules|japreader-linux-x64'
40
40
- name : Upload a Build Artifact
41
- uses : actions/upload-artifact@v3.1.1
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : japReader-artifacts ubuntu-latest
44
44
path : out/make/
64
64
run : npm run make --if-present
65
65
- run : tree .
66
66
- name : Upload a Build Artifact
67
- uses : actions/upload-artifact@v3.1.1
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : japReader-artifacts windows-latest
70
70
path : out/make/
@@ -79,12 +79,12 @@ jobs:
79
79
- name : Checkout
80
80
81
81
- name : Download Linux Build Artifacts
82
- uses : actions/download-artifact@v3.0.1
82
+ uses : actions/download-artifact@v4
83
83
with :
84
84
name : japReader-artifacts ubuntu-latest
85
85
path : make/
86
86
- name : Download Windows Build Artifacts
87
- uses : actions/download-artifact@v3.0.1
87
+ uses : actions/download-artifact@v4
88
88
with :
89
89
name : japReader-artifacts windows-latest
90
90
path : make/
You can’t perform that action at this time.
0 commit comments