@@ -146,7 +146,7 @@ jobs:
146146 path : ${{ env.dpnp-repo-path }}
147147
148148 - name : Download artifact
149- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
149+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
150150 with :
151151 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152152 path : ${{ env.pkg-path-in-channel }}
@@ -278,7 +278,7 @@ jobs:
278278 path : ${{ env.dpnp-repo-path }}
279279
280280 - name : Download artifact
281- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
281+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
282282 with :
283283 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
284284 path : ${{ env.pkg-path-in-channel }}
@@ -440,12 +440,12 @@ jobs:
440440 fetch-depth : ${{ env.fetch-depth }}
441441
442442 - name : Download artifact
443- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
443+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
444444 with :
445445 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
446446
447447 - name : Download wheels artifact
448- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
448+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
449449 with :
450450 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
451451
@@ -528,7 +528,7 @@ jobs:
528528 path : ${{ env.dpnp-repo-path }}
529529
530530 - name : Download artifact
531- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
531+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
532532 with :
533533 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534534 path : ${{ env.pkg-path-in-channel }}
0 commit comments