Skip to content

Commit d235afa

Browse files
Bump actions/download-artifact from 5 to 6 (#5393)
1 parent 2fadfe7 commit d235afa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/e2e-accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)