Skip to content

Commit

Permalink
Fix download artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 28, 2024
1 parent 3387299 commit c75820e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: artifact-*
pattern: wheels-*
merge-multiple: true
path: dist

Expand Down

0 comments on commit c75820e

Please sign in to comment.