@@ -146,7 +146,7 @@ jobs:
146
146
path : ${{ env.dpnp-repo-path }}
147
147
148
148
- name : Download artifact
149
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
149
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
150
150
with :
151
151
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
152
152
path : ${{ env.pkg-path-in-channel }}
@@ -278,7 +278,7 @@ jobs:
278
278
path : ${{ env.dpnp-repo-path }}
279
279
280
280
- name : Download artifact
281
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
281
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
282
282
with :
283
283
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
284
284
path : ${{ env.pkg-path-in-channel }}
@@ -440,12 +440,12 @@ jobs:
440
440
fetch-depth : ${{ env.fetch-depth }}
441
441
442
442
- name : Download artifact
443
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
443
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
444
444
with :
445
445
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
446
446
447
447
- name : Download wheels artifact
448
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
448
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
449
449
with :
450
450
name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
451
451
@@ -528,7 +528,7 @@ jobs:
528
528
path : ${{ env.dpnp-repo-path }}
529
529
530
530
- name : Download artifact
531
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
531
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
532
532
with :
533
533
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534
534
path : ${{ env.pkg-path-in-channel }}
0 commit comments