@@ -219,81 +219,81 @@ jobs:
219219 cp tools/projmgr/docs/LICENSE.txt tools/projmgr/distribution/
220220
221221 - name : Download projmgr schemas
222- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
222+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
223223 with :
224224 name : projmgr-schemas
225225 path : tools/projmgr/distribution/etc/
226226
227227 - name : Download projmgr templates
228- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
228+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
229229 with :
230230 name : projmgr-templates
231231 path : tools/projmgr/distribution/etc/
232232
233233 - name : Download projmgr linux-amd64
234- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
234+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
235235 with :
236236 name : projmgr-linux-amd64
237237 path : tools/projmgr/distribution/bin/linux-amd64/
238238
239239 - name : Download projmgr linux-arm64
240- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
240+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
241241 with :
242242 name : projmgr-linux-arm64
243243 path : tools/projmgr/distribution/bin/linux-arm64/
244244
245245 - name : Download projmgr macos-amd64
246- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
246+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
247247 with :
248248 name : projmgr-darwin-amd64
249249 path : tools/projmgr/distribution/bin/darwin-amd64/
250250
251251 - name : Download projmgr macos-arm64
252- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
252+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
253253 with :
254254 name : projmgr-darwin-arm64
255255 path : tools/projmgr/distribution/bin/darwin-arm64/
256256
257257 - name : Download projmgr windows-amd64
258- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
258+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
259259 with :
260260 name : projmgr-windows-amd64
261261 path : tools/projmgr/distribution/bin/windows-amd64/
262262
263263 - name : Download projmgr windows-arm64
264- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
264+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
265265 with :
266266 name : projmgr-windows-arm64
267267 path : tools/projmgr/distribution/bin/windows-arm64/
268268
269269 - name : Download projmgr-swig-python linux-amd64
270- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
270+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
271271 with :
272272 name : projmgr-swig-python-linux-amd64
273273 path : tools/projmgr/distribution/lib/linux-amd64/python/
274274
275275 - name : Download projmgr-swig-python macos-amd64
276276 if : ${{ !github.event.repository.private }}
277- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
277+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
278278 with :
279279 name : projmgr-swig-python-darwin-amd64
280280 path : tools/projmgr/distribution/lib/darwin-amd64/python/
281281
282282 - name : Download projmgr-swig-python windows-amd64
283- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
283+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
284284 with :
285285 name : projmgr-swig-python-windows-amd64
286286 path : tools/projmgr/distribution/lib/windows-amd64/python/
287287
288288 - name : Download projmgr-swig-go linux-amd64
289- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
289+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
290290 with :
291291 name : projmgr-swig-go-linux-amd64
292292 path : tools/projmgr/distribution/lib/linux-amd64/go/
293293
294294 - name : Download projmgr-swig-go macos-amd64
295295 if : ${{ !github.event.repository.private }}
296- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
296+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
297297 with :
298298 name : projmgr-swig-go-darwin-amd64
299299 path : tools/projmgr/distribution/lib/darwin-amd64/go/
@@ -312,20 +312,20 @@ jobs:
312312 asset_name : projmgr.zip
313313
314314 - name : Download test report windows-amd64
315- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
315+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
316316 with :
317317 name : unit_test_result_projmgr-windows-amd64
318318 path : tools/testreport/windows-amd64/
319319
320320 - name : Download test report linux-amd64
321- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
321+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
322322 with :
323323 name : unit_test_result_projmgr-linux-amd64
324324 path : tools/testreport/linux-amd64/
325325
326326 - name : Download test report macos-amd64
327327 if : ${{ !github.event.repository.private }}
328- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
328+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
329329 with :
330330 name : unit_test_result_projmgr-darwin-amd64
331331 path : tools/testreport/darwin-amd64/
@@ -344,7 +344,7 @@ jobs:
344344 asset_name : testreport.zip
345345
346346 - name : Download coverage report
347- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
347+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
348348 with :
349349 name : coverage-report-projmgr
350350 path : tools/coverage/
0 commit comments