From c7bf7a4049fcfb3f7c717434d3a07ff1c3633f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:47:31 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_ascend_npu_benchmark.yml | 6 +++--- .github/workflows/_ascend_npu_build_torch_npu.yml | 2 +- .github/workflows/_ascend_npu_torchtitan.yml | 4 ++-- .github/workflows/_ascend_npu_ut.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_ascend_npu_benchmark.yml b/.github/workflows/_ascend_npu_benchmark.yml index 2b8161f..0f26029 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@v6 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@v6 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@v6 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..9009f9b 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@v6 with: name: ${{ inputs.torch-artifact }} diff --git a/.github/workflows/_ascend_npu_torchtitan.yml b/.github/workflows/_ascend_npu_torchtitan.yml index 07f554a..316a161 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@v6 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@v6 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..cee237d 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@v6 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@v6 with: name: ${{ inputs.torch-npu-artifact }} path: torch_npu