@@ -93,13 +93,13 @@ jobs:
9393 continue-on-error : true
9494 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9595 env :
96- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.3a0 '
96+ MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0 '
9797
9898 - name : ReBuild conda package
9999 if : steps.build_conda_pkg.outcome == 'failure'
100100 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101101 env :
102- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.3a0 '
102+ MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0 '
103103
104104 - name : Upload artifact
105105 uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
@@ -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