@@ -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 }}
@@ -228,7 +228,7 @@ jobs:
228228 - name : Run tests
229229 if : env.rerun-tests-on-failure == 'true'
230230 id : run_tests_linux
231- uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
231+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
232232 with :
233233 timeout_minutes : ${{ env.rerun-tests-timeout }}
234234 max_attempts : ${{ env.rerun-tests-max-attempts }}
@@ -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 }}
@@ -394,7 +394,7 @@ jobs:
394394 - name : Run tests
395395 if : env.rerun-tests-on-failure == 'true'
396396 id : run_tests_win
397- uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
397+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
398398 with :
399399 timeout_minutes : ${{ env.rerun-tests-timeout }}
400400 max_attempts : ${{ env.rerun-tests-max-attempts }}
@@ -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