diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index 8ef0f9a78f..e2e2620462 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -238,7 +238,7 @@ jobs: mode: ${{ inputs.pytorch_mode }} - name: Download Triton wheels - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }} @@ -407,7 +407,7 @@ jobs: key: pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }} - name: Download test reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }} path: reports diff --git a/.github/workflows/e2e-accuracy.yml b/.github/workflows/e2e-accuracy.yml index 356b71501a..cfcafbb8e8 100644 --- a/.github/workflows/e2e-accuracy.yml +++ b/.github/workflows/e2e-accuracy.yml @@ -152,7 +152,7 @@ jobs: python-version: "3.10" - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: separate-reports merge-multiple: true