File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,19 +94,19 @@ jobs:
94
94
mkdir -p build/runtimes/win-x64
95
95
choco install nuget.commandline
96
96
- name : Download linux-x64
97
- uses : actions/download-artifact@v1
97
+ uses : actions/download-artifact@v4
98
98
with :
99
- name : ' linux-x64'
99
+ name : ' linux-x64.zip '
100
100
path : build/runtimes/linux-x64/native
101
101
- name : Download osx
102
- uses : actions/download-artifact@v1
102
+ uses : actions/download-artifact@v4
103
103
with :
104
- name : ' osx'
104
+ name : ' osx.zip '
105
105
path : build/runtimes/osx/native
106
106
- name : Download win-x64
107
- uses : actions/download-artifact@v1
107
+ uses : actions/download-artifact@v4
108
108
with :
109
- name : ' win-x64'
109
+ name : ' win-x64.zip '
110
110
path : build/runtimes/win-x64/native
111
111
- name : Calculate Version
112
112
id : version
You can’t perform that action at this time.
0 commit comments