@@ -146,7 +146,7 @@ jobs:
146146 path : ${{ env.dpnp-repo-path }}
147147
148148 - name : Download artifact
149- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
149+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
150150 with :
151151 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152152 path : ${{ env.pkg-path-in-channel }}
@@ -274,7 +274,7 @@ jobs:
274274 path : ${{ env.dpnp-repo-path }}
275275
276276 - name : Download artifact
277- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
277+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
278278 with :
279279 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
280280 path : ${{ env.pkg-path-in-channel }}
@@ -430,12 +430,12 @@ jobs:
430430 fetch-depth : ${{ env.fetch-depth }}
431431
432432 - name : Download artifact
433- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
433+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
434434 with :
435435 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
436436
437437 - name : Download wheels artifact
438- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
438+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
439439 with :
440440 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
441441
@@ -519,7 +519,7 @@ jobs:
519519 path : ${{ env.dpnp-repo-path }}
520520
521521 - name : Download artifact
522- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
522+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
523523 with :
524524 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
525525 path : ${{ env.pkg-path-in-channel }}
0 commit comments