File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
zip natives-linux -@ < native-files-list
52
52
53
53
- name : Upload artifacts
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : natives-linux.zip
57
57
path : natives-linux.zip
93
93
zip natives-mac -@ < native-files-list
94
94
95
95
- name : Upload artifacts
96
- uses : actions/upload-artifact@v3
96
+ uses : actions/upload-artifact@v4
97
97
with :
98
98
name : natives-mac.zip
99
99
path : natives-mac.zip
@@ -119,15 +119,15 @@ jobs:
119
119
120
120
- name : Download Artifacts from linux
121
121
if : success() && needs.build-linux.result == 'success'
122
- uses : actions/download-artifact@v3
122
+ uses : actions/download-artifact@v4
123
123
with :
124
124
name : natives-linux.zip
125
125
126
126
- name : Unzip artifacts
127
127
run : unzip -o natives-linux.zip
128
128
- name : Download Artifacts from mac
129
129
if : success() && needs.build-mac.result == 'success'
130
- uses : actions/download-artifact@v3
130
+ uses : actions/download-artifact@v4
131
131
with :
132
132
name : natives-mac.zip
133
133
You can’t perform that action at this time.
0 commit comments