@@ -146,7 +146,7 @@ jobs:
146
146
path : ${{ env.dpnp-repo-path }}
147
147
148
148
- name : Download artifact
149
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
149
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
281
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
282
282
with :
283
283
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
284
284
path : ${{ env.pkg-path-in-channel }}
@@ -442,12 +442,12 @@ jobs:
442
442
fetch-depth : ${{ env.fetch-depth }}
443
443
444
444
- name : Download artifact
445
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
445
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
446
446
with :
447
447
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
448
448
449
449
- name : Download wheels artifact
450
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
450
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
451
451
with :
452
452
name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
453
453
@@ -530,7 +530,7 @@ jobs:
530
530
path : ${{ env.dpnp-repo-path }}
531
531
532
532
- name : Download artifact
533
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
533
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
534
534
with :
535
535
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
536
536
path : ${{ env.pkg-path-in-channel }}
0 commit comments