@@ -102,13 +102,13 @@ jobs:
102102 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
103103
104104 - name : Upload artifact
105- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
105+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
111+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .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
@@ -151,7 +151,7 @@ jobs:
151151 path : ${{ env.dpnp-repo-path }}
152152
153153 - name : Download artifact
154- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
154+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
155155 with :
156156 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
157157 path : ${{ env.pkg-path-in-channel }}
@@ -280,7 +280,7 @@ jobs:
280280 path : ${{ env.dpnp-repo-path }}
281281
282282 - name : Download artifact
283- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
283+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
284284 with :
285285 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
286286 path : ${{ env.pkg-path-in-channel }}
@@ -439,12 +439,12 @@ jobs:
439439 fetch-depth : ${{ env.fetch-depth }}
440440
441441 - name : Download artifact
442- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
442+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
443443 with :
444444 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
445445
446446 - name : Download wheels artifact
447- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
447+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
448448 with :
449449 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
450450
@@ -528,7 +528,7 @@ jobs:
528528 path : ${{ env.dpnp-repo-path }}
529529
530530 - name : Download artifact
531- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
531+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
532532 with :
533533 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534534 path : ${{ env.pkg-path-in-channel }}
0 commit comments