File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -129,31 +129,31 @@ jobs:
129129 components : clippy, rustfmt
130130
131131 - name : Download windows x86_64 lib
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v5
133133 with :
134134 name : kcl-lib-win-x64
135135 path : dotnet/KclLib/runtimes/win-x64/native
136136
137137 - name : Download linux aarch_64 lib
138- uses : actions/download-artifact@v4
138+ uses : actions/download-artifact@v5
139139 with :
140140 name : kcl-lib-linux-arm64
141141 path : dotnet/KclLib/runtimes/linux-arm64/native
142142
143143 - name : Download linux x86_64 lib
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@v5
145145 with :
146146 name : kcl-lib-linux-x64
147147 path : dotnet/KclLib/runtimes/linux-x64/native
148148
149149 - name : Download darwin x86_64 lib
150- uses : actions/download-artifact@v4
150+ uses : actions/download-artifact@v5
151151 with :
152152 name : kcl-lib-osx-x64
153153 path : dotnet/KclLib/runtimes/osx-x64/native
154154
155155 - name : Download darwin aarch_64 lib
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v5
157157 with :
158158 name : kcl-lib-osx-arm64
159159 path : dotnet/KclLib/runtimes/osx-arm64/native
Original file line number Diff line number Diff line change @@ -103,25 +103,25 @@ jobs:
103103 uses : actions/checkout@v4
104104
105105 - name : Download windows x86_64 lib
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v5
107107 with :
108108 name : kcl-lib-windows-x86_64
109109 path : java/native
110110
111111 - name : Download linux aarch_64 lib
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v5
113113 with :
114114 name : kcl-lib-linux-aarch_64
115115 path : java/native
116116
117117 - name : Download darwin x86_64 lib
118- uses : actions/download-artifact@v4
118+ uses : actions/download-artifact@v5
119119 with :
120120 name : kcl-lib-osx-x86_64
121121 path : java/native
122122
123123 - name : Download darwin aarch_64 lib
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : kcl-lib-osx-aarch_64
127127 path : java/native
@@ -160,7 +160,7 @@ jobs:
160160 settings-path : ${{ github.workspace }} # location for the settings.xml file
161161
162162 - name : Download Jar
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v5
164164 with :
165165 name : kcl-lib
166166 path : java/release
Original file line number Diff line number Diff line change @@ -103,25 +103,25 @@ jobs:
103103 uses : actions/checkout@v4
104104
105105 - name : Download windows x86_64 lib
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v5
107107 with :
108108 name : kcl-lib-windows-x86_64
109109 path : kotlin/native
110110
111111 - name : Download linux aarch_64 lib
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v5
113113 with :
114114 name : kcl-lib-linux-aarch_64
115115 path : kotlin/native
116116
117117 - name : Download darwin x86_64 lib
118- uses : actions/download-artifact@v4
118+ uses : actions/download-artifact@v5
119119 with :
120120 name : kcl-lib-osx-x86_64
121121 path : kotlin/native
122122
123123 - name : Download darwin aarch_64 lib
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : kcl-lib-osx-aarch_64
127127 path : kotlin/native
@@ -160,7 +160,7 @@ jobs:
160160 settings-path : ${{ github.workspace }} # location for the settings.xml file
161161
162162 - name : Download Jar
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v5
164164 with :
165165 name : kcl-lib
166166 path : kotlin/release
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 run : pnpm install --no-save --frozen-lockfile
242242
243243 - name : Download all artifacts
244- uses : actions/download-artifact@v4
244+ uses : actions/download-artifact@v5
245245 with :
246246 path : nodejs/artifacts
247247 - name : Move artifacts
Original file line number Diff line number Diff line change @@ -105,19 +105,19 @@ jobs:
105105 id-token : write
106106 needs : [ macos, linux, windows ]
107107 steps :
108- - uses : actions/download-artifact@v4
108+ - uses : actions/download-artifact@v5
109109 with :
110110 name : wheels-linux-x86_64-${{ github.run_id }}
111111 path : python/dist
112- - uses : actions/download-artifact@v4
112+ - uses : actions/download-artifact@v5
113113 with :
114114 name : wheels-linux-aarch64-${{ github.run_id }}
115115 path : python/dist
116- - uses : actions/download-artifact@v4
116+ - uses : actions/download-artifact@v5
117117 with :
118118 name : wheels-windows-${{ github.run_id }}
119119 path : python/dist
120- - uses : actions/download-artifact@v4
120+ - uses : actions/download-artifact@v5
121121 with :
122122 name : wheels-macos-${{ github.run_id }}
123123 path : python/dist
You can’t perform that action at this time.
0 commit comments