5454 access_token : ${{ github.token }}
5555
5656 - name : Checkout DPNP repo
57- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
57+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5858 with :
5959 fetch-depth : 0
6060
@@ -102,13 +102,13 @@ jobs:
102102 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
103103
104104 - name : Upload artifact
105- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
105+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
106106 with :
107107 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
108108 path : ${{ env.CONDA_BLD }}${{ env.package-name }}-*.conda
109109
110110 - name : Upload wheels artifact
111- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
111+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
112112 with :
113113 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
114114 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.package-name }}-*.whl
@@ -145,13 +145,13 @@ jobs:
145145 swap-size-gb : 8
146146
147147 - name : Checkout DPNP repo
148- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
148+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
149149 with :
150150 fetch-depth : ${{ env.fetch-depth }}
151151 path : ${{ env.dpnp-repo-path }}
152152
153153 - name : Download artifact
154- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
154+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
155155 with :
156156 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
157157 path : ${{ env.pkg-path-in-channel }}
@@ -274,13 +274,13 @@ jobs:
274274
275275 steps :
276276 - name : Checkout DPNP repo
277- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
277+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
278278 with :
279279 fetch-depth : ${{ env.fetch-depth }}
280280 path : ${{ env.dpnp-repo-path }}
281281
282282 - name : Download artifact
283- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
283+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
284284 with :
285285 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
286286 path : ${{ env.pkg-path-in-channel }}
@@ -354,6 +354,9 @@ jobs:
354354 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.channels-list }}'
355355 MAMBA_NO_LOW_SPEED_LIMIT : 1
356356
357+ - name : Install OCL CPU RT from Intel channel
358+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
359+
357360 - name : List installed packages
358361 run : mamba list
359362
@@ -431,17 +434,17 @@ jobs:
431434
432435 steps :
433436 - name : Checkout DPNP repo
434- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
437+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
435438 with :
436439 fetch-depth : ${{ env.fetch-depth }}
437440
438441 - name : Download artifact
439- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
442+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
440443 with :
441444 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
442445
443446 - name : Download wheels artifact
444- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
447+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
445448 with :
446449 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
447450
@@ -519,13 +522,13 @@ jobs:
519522
520523 steps :
521524 - name : Checkout DPNP repo
522- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
525+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
523526 with :
524527 fetch-depth : ${{ env.fetch-depth }}
525528 path : ${{ env.dpnp-repo-path }}
526529
527530 - name : Download artifact
528- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
531+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
529532 with :
530533 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
531534 path : ${{ env.pkg-path-in-channel }}
@@ -592,7 +595,7 @@ jobs:
592595 python -c "import dpnp; print(dpnp.__version__)"
593596
594597 - name : Clone array API tests repo
595- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
598+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
596599 with :
597600 repository : ' data-apis/array-api-tests'
598601 path : ${{ env.array-api-tests-path }}
@@ -675,7 +678,7 @@ jobs:
675678
676679 steps :
677680 - name : Checkout DPNP repo
678- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
681+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
679682 with :
680683 fetch-depth : ${{ env.fetch-depth }}
681684
@@ -701,7 +704,7 @@ jobs:
701704 activate-environment : ${{ env.cleanup-env-name }}
702705
703706 - name : Checkout repo
704- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
707+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
705708 with :
706709 repository : IntelPython/devops-tools
707710 fetch-depth : ${{ env.fetch-depth }}
0 commit comments