|
49 | 49 |
|
50 | 50 | steps: |
51 | 51 | - name: Cancel Previous Runs |
52 | | - uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0 |
| 52 | + uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
53 | 53 | with: |
54 | 54 | access_token: ${{ github.token }} |
55 | 55 |
|
@@ -102,13 +102,13 @@ jobs: |
102 | 102 | MAX_BUILD_CMPL_MKL_VERSION: '2026.0a0' |
103 | 103 |
|
104 | 104 | - name: Upload artifact |
105 | | - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 |
| 105 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
106 | 106 | with: |
107 | 107 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
108 | 108 | path: ${{ env.CONDA_BLD }}${{ env.package-name }}-*.conda |
109 | 109 |
|
110 | 110 | - name: Upload wheels artifact |
111 | | - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 |
| 111 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
112 | 112 | with: |
113 | 113 | name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }} |
114 | 114 | path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.package-name }}-*.whl |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | path: ${{ env.dpnp-repo-path }} |
152 | 152 |
|
153 | 153 | - name: Download artifact |
154 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 154 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
155 | 155 | with: |
156 | 156 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
157 | 157 | path: ${{ env.pkg-path-in-channel }} |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | - name: Run tests |
232 | 232 | if: env.rerun-tests-on-failure == 'true' |
233 | 233 | id: run_tests_linux |
234 | | - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 |
| 234 | + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 |
235 | 235 | with: |
236 | 236 | timeout_minutes: ${{ env.rerun-tests-timeout }} |
237 | 237 | max_attempts: ${{ env.rerun-tests-max-attempts }} |
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | path: ${{ env.dpnp-repo-path }} |
303 | 303 |
|
304 | 304 | - name: Download artifact |
305 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 305 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
306 | 306 | with: |
307 | 307 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
308 | 308 | path: ${{ env.pkg-path-in-channel }} |
@@ -415,7 +415,7 @@ jobs: |
415 | 415 | - name: Run tests |
416 | 416 | if: env.rerun-tests-on-failure == 'true' |
417 | 417 | id: run_tests_win |
418 | | - uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 |
| 418 | + uses: nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0 |
419 | 419 | with: |
420 | 420 | timeout_minutes: ${{ env.rerun-tests-timeout }} |
421 | 421 | max_attempts: ${{ env.rerun-tests-max-attempts }} |
@@ -481,12 +481,12 @@ jobs: |
481 | 481 | fetch-depth: ${{ env.fetch-depth }} |
482 | 482 |
|
483 | 483 | - name: Download artifact |
484 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 484 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
485 | 485 | with: |
486 | 486 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }} |
487 | 487 |
|
488 | 488 | - name: Download wheels artifact |
489 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 489 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
490 | 490 | with: |
491 | 491 | name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }} |
492 | 492 |
|
@@ -570,7 +570,7 @@ jobs: |
570 | 570 | path: ${{ env.dpnp-repo-path }} |
571 | 571 |
|
572 | 572 | - name: Download artifact |
573 | | - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 |
| 573 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
574 | 574 | with: |
575 | 575 | name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }} |
576 | 576 | path: ${{ env.pkg-path-in-channel }} |
@@ -696,7 +696,7 @@ jobs: |
696 | 696 |
|
697 | 697 | - name: Post result to PR |
698 | 698 | if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }} |
699 | | - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 |
| 699 | + uses: mshick/add-pr-comment@64b8e914979889d746c99dea15a76e77ef64580a # v3.10.0.8.3.10.0 |
700 | 700 | with: |
701 | 701 | message-id: array_api_results |
702 | 702 | message: | |
|
0 commit comments