Skip to content

Commit eae2000

Browse files
Bump actions/download-artifact from 7 to 8 (#1201)
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 b67fd75 commit eae2000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- build_wheels
150150
- make_sdist
151151
steps:
152-
- uses: actions/download-artifact@v7
152+
- uses: actions/download-artifact@v8
153153
with:
154154
path: dist
155155
pattern: dist-*
@@ -171,7 +171,7 @@ jobs:
171171
permissions:
172172
id-token: write
173173
steps:
174-
- uses: actions/download-artifact@v7
174+
- uses: actions/download-artifact@v8
175175
with:
176176
path: dist
177177
pattern: dist-*

0 commit comments

Comments
 (0)