Skip to content

Commit f1dceb9

Browse files
Bump actions/download-artifact from 7 to 8 (#996)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...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 88fdc85 commit f1dceb9

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
@@ -91,7 +91,7 @@ jobs:
9191
id-token: write
9292

9393
steps:
94-
- uses: actions/download-artifact@v7
94+
- uses: actions/download-artifact@v8
9595
with:
9696
pattern: '*-artifact'
9797
path: dist/
@@ -114,7 +114,7 @@ jobs:
114114
id-token: write
115115

116116
steps:
117-
- uses: actions/download-artifact@v7
117+
- uses: actions/download-artifact@v8
118118
with:
119119
pattern: '*-artifact'
120120
path: dist/

0 commit comments

Comments
 (0)