Skip to content

Commit c2384fc

Browse files
authored
Merge pull request #345 from Blosc/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 4 to 6
2 parents a4622c5 + bfb4f5f commit c2384fc

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
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
if: startsWith(github.event.ref, 'refs/tags')
130130
steps:
131-
- uses: actions/download-artifact@v4
131+
- uses: actions/download-artifact@v7
132132
with:
133133
path: dist
134134
pattern: wheels-*

0 commit comments

Comments
 (0)