Skip to content

Commit 1edd4f4

Browse files
Merge pull request #594 from Blosc/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents e06a502 + 41f2237 commit 1edd4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# Only upload wheels when tagging (typically a release)
134134
if: startsWith(github.event.ref, 'refs/tags')
135135
steps:
136-
- uses: actions/download-artifact@v7
136+
- uses: actions/download-artifact@v8
137137
with:
138138
path: ./wheelhouse
139139
merge-multiple: true # Merge all the wheels artifacts into one directory

0 commit comments

Comments
 (0)