From 84069c0b7937d6eede0146103823006a247dc011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:37:02 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-build-docs.yml | 2 +- .github/workflows/source-test-cpu.yml | 2 +- .github/workflows/source-test-gpu.yml | 2 +- .github/workflows/wheels-test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-build-docs.yml b/.github/workflows/gh-build-docs.yml index 0ad5cdd277..c0e64d476c 100644 --- a/.github/workflows/gh-build-docs.yml +++ b/.github/workflows/gh-build-docs.yml @@ -63,7 +63,7 @@ jobs: echo "${{ needs.build-docs.outputs.artifacts-dir }}" - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ needs.build-docs.outputs.artifact-name }} path: ${{ needs.build-docs.outputs.artifacts-dir }} diff --git a/.github/workflows/source-test-cpu.yml b/.github/workflows/source-test-cpu.yml index 7db0018c12..9db1a597d0 100644 --- a/.github/workflows/source-test-cpu.yml +++ b/.github/workflows/source-test-cpu.yml @@ -106,7 +106,7 @@ jobs: echo "${GITHUB_WORKSPACE}/gha-tools/tools" >> "${GITHUB_PATH}" - name: Download source build from the build job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 env: BUILD_NAME: ${{ matrix.ARCH }}-gcc${{ matrix.GCC_VER }}-${{ matrix.BUILD_MODE }} with: diff --git a/.github/workflows/source-test-gpu.yml b/.github/workflows/source-test-gpu.yml index c94a3c88f8..fee452a3e9 100644 --- a/.github/workflows/source-test-gpu.yml +++ b/.github/workflows/source-test-gpu.yml @@ -112,7 +112,7 @@ jobs: echo "${GITHUB_WORKSPACE}/gha-tools/tools" >> "${GITHUB_PATH}" - name: Download source build from the build job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 env: BUILD_NAME: ${{ matrix.ARCH }}-cuda12-gcc${{ matrix.GCC_VER }}-${{ matrix.BUILD_MODE }} with: diff --git a/.github/workflows/wheels-test.yml b/.github/workflows/wheels-test.yml index 9db648fe1c..9588fa8578 100644 --- a/.github/workflows/wheels-test.yml +++ b/.github/workflows/wheels-test.yml @@ -116,7 +116,7 @@ jobs: if: ${{ matrix.GPU != 'v100' && matrix.GPU != 'a100' }} - name: Download wheels from the build job - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 env: BUILD_NAME: ${{ matrix.ARCH }}-${{ matrix.TARGET_DEV }}-cuda12-py${{ matrix.PY_VER }} with: