diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index 585ccd1cdb..e7ef629473 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -239,7 +239,7 @@ jobs: mode: ${{ inputs.pytorch_mode }} - name: Download Triton wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }} @@ -396,7 +396,7 @@ jobs: key: pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }} - name: Download test reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }} path: reports