diff --git a/.github/workflows/_ascend_npu_benchmark.yml b/.github/workflows/_ascend_npu_benchmark.yml index 2b8161f..d85eb72 100644 --- a/.github/workflows/_ascend_npu_benchmark.yml +++ b/.github/workflows/_ascend_npu_benchmark.yml @@ -77,7 +77,7 @@ jobs: - name: Download torch artifact if: ${{ inputs.torch-artifact }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-artifact }} @@ -99,7 +99,7 @@ jobs: echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT - name: Download torch_npu artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-npu-artifact }} path: ascend_npu @@ -190,7 +190,7 @@ jobs: uses: actions/checkout@v4 - name: Download README.md - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: README.md diff --git a/.github/workflows/_ascend_npu_build_torch_npu.yml b/.github/workflows/_ascend_npu_build_torch_npu.yml index 3c3d450..33994f0 100644 --- a/.github/workflows/_ascend_npu_build_torch_npu.yml +++ b/.github/workflows/_ascend_npu_build_torch_npu.yml @@ -71,7 +71,7 @@ jobs: - name: Download torch artifact if: ${{ inputs.torch-artifact }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-artifact }} diff --git a/.github/workflows/_ascend_npu_torchtitan.yml b/.github/workflows/_ascend_npu_torchtitan.yml index 07f554a..a5ff11e 100644 --- a/.github/workflows/_ascend_npu_torchtitan.yml +++ b/.github/workflows/_ascend_npu_torchtitan.yml @@ -80,7 +80,7 @@ jobs: - name: Download torch artifact if: ${{ inputs.torch-artifact }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-artifact }} @@ -102,7 +102,7 @@ jobs: echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT - name: Download torch_npu artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-npu-artifact }} path: ascend_npu diff --git a/.github/workflows/_ascend_npu_ut.yml b/.github/workflows/_ascend_npu_ut.yml index 5d0edd8..3bdf807 100644 --- a/.github/workflows/_ascend_npu_ut.yml +++ b/.github/workflows/_ascend_npu_ut.yml @@ -73,7 +73,7 @@ jobs: - name: Download torch artifact if: ${{ inputs.torch-artifact }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-artifact }} @@ -83,7 +83,7 @@ jobs: pip install ${{ inputs.torch-artifact }} - name: Download torch_npu artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.torch-npu-artifact }} path: torch_npu