Skip to content

Commit a9e45b8

Browse files
Bump actions/download-artifact from 4 to 5 (#4881)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5021059 commit a9e45b8

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
@@ -241,7 +241,7 @@ jobs:
241241
mode: ${{ inputs.pytorch_mode }}
242242

243243
- name: Download Triton wheels
244-
uses: actions/download-artifact@v4
244+
uses: actions/download-artifact@v5
245245
with:
246246
name: triton-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
247247

@@ -387,7 +387,7 @@ jobs:
387387
key: pip-${{ inputs.python_version }}-${{ hashFiles('pyproject.toml', 'setup.py') }}-${{ env.PIP_CACHE_NUMBER }}
388388

389389
- name: Download test reports
390-
uses: actions/download-artifact@v4
390+
uses: actions/download-artifact@v5
391391
with:
392392
pattern: test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
393393
path: reports

.github/workflows/e2e-accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
python-version: "3.10"
149149

150150
- name: Download all artifacts
151-
uses: actions/download-artifact@v4
151+
uses: actions/download-artifact@v5
152152
with:
153153
path: separate-reports
154154

0 commit comments

Comments
 (0)