Skip to content

Commit

Permalink
Fix download action version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jan 6, 2024
1 parent ea0cfc8 commit c890394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:

steps:
- name: Download the wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true
Expand Down

0 comments on commit c890394

Please sign in to comment.