Skip to content

Commit cded333

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4e9b4f commit cded333

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
@@ -239,7 +239,7 @@ jobs:
239239
mode: ${{ inputs.pytorch_mode }}
240240

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

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

388388
- name: Download test reports
389-
uses: actions/download-artifact@v4
389+
uses: actions/download-artifact@v5
390390
with:
391391
pattern: test-reports-*-${{ inputs.python_version }}-${{ inputs.runner_label || inputs.driver_version }}
392392
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)