Skip to content

Commit a07e03b

Browse files
Bump actions/download-artifact from 5 to 8 (#9069)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60427bd commit a07e03b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
permissions:
163163
id-token: write
164164
steps:
165-
- uses: actions/download-artifact@v5
165+
- uses: actions/download-artifact@v8
166166
with:
167167
pattern: wheels-*
168168
merge-multiple: true

.github/workflows/pre-commit-push-fixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Download auto-fix artifacts
1818
id: download
19-
uses: actions/download-artifact@v5
19+
uses: actions/download-artifact@v8
2020
with:
2121
name: pre-commit-fixes
2222
path: /tmp/pre-commit-fixes

0 commit comments

Comments
 (0)