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: