File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ jobs:
238238 mode : ${{ inputs.pytorch_mode }}
239239
240240 - name : Download Triton wheels
241- uses : actions/download-artifact@v5
241+ uses : actions/download-artifact@v6
242242 with :
243243 name : triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
244244
@@ -407,7 +407,7 @@ jobs:
407407 key : pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
408408
409409 - name : Download test reports
410- uses : actions/download-artifact@v5
410+ uses : actions/download-artifact@v6
411411 with :
412412 pattern : test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
413413 path : reports
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 python-version : " 3.10"
153153
154154 - name : Download all artifacts
155- uses : actions/download-artifact@v5
155+ uses : actions/download-artifact@v6
156156 with :
157157 path : separate-reports
158158 merge-multiple : true
You can’t perform that action at this time.
0 commit comments