Skip to content

Commit b3bcab5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
id-token: write
106106

107107
steps:
108-
- uses: actions/download-artifact@v5
108+
- uses: actions/download-artifact@v6
109109
with:
110110
pattern: '*-artifact'
111111
path: dist/
@@ -128,7 +128,7 @@ jobs:
128128
id-token: write
129129

130130
steps:
131-
- uses: actions/download-artifact@v5
131+
- uses: actions/download-artifact@v6
132132
with:
133133
pattern: '*-artifact'
134134
path: dist/

0 commit comments

Comments
 (0)