@@ -146,7 +146,7 @@ jobs:
146
146
path : ${{ env.dpnp-repo-path }}
147
147
148
148
- name : Download artifact
149
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
149
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
150
150
with :
151
151
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152
152
path : ${{ env.pkg-path-in-channel }}
@@ -274,7 +274,7 @@ jobs:
274
274
path : ${{ env.dpnp-repo-path }}
275
275
276
276
- name : Download artifact
277
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
277
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
278
278
with :
279
279
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
280
280
path : ${{ env.pkg-path-in-channel }}
@@ -430,12 +430,12 @@ jobs:
430
430
fetch-depth : ${{ env.fetch-depth }}
431
431
432
432
- name : Download artifact
433
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
433
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
434
434
with :
435
435
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
436
436
437
437
- name : Download wheels artifact
438
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
438
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
439
439
with :
440
440
name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
441
441
@@ -519,7 +519,7 @@ jobs:
519
519
path : ${{ env.dpnp-repo-path }}
520
520
521
521
- name : Download artifact
522
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
522
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
523
523
with :
524
524
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
525
525
path : ${{ env.pkg-path-in-channel }}
0 commit comments