File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239
239
mode : ${{ inputs.pytorch_mode }}
240
240
241
241
- name : Download Triton wheels
242
- uses : actions/download-artifact@v4
242
+ uses : actions/download-artifact@v5
243
243
with :
244
244
name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
245
245
@@ -396,7 +396,7 @@ jobs:
396
396
key : pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
397
397
398
398
- name : Download test reports
399
- uses : actions/download-artifact@v4
399
+ uses : actions/download-artifact@v5
400
400
with :
401
401
pattern : test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
402
402
path : reports
You can’t perform that action at this time.
0 commit comments