Skip to content

Commit 7993457

Browse files
Merge pull request #547 from Blosc/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 87f1e93 + 862ea5b commit 7993457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Only upload wheels when tagging (typically a release)
125125
if: startsWith(github.event.ref, 'refs/tags')
126126
steps:
127-
- uses: actions/download-artifact@v6
127+
- uses: actions/download-artifact@v7
128128
with:
129129
path: ./wheelhouse
130130
merge-multiple: true # Merge all the wheels artifacts into one directory

0 commit comments

Comments
 (0)