Skip to content

Commit

Permalink
Fix use of download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 7, 2024
1 parent 85d1bb6 commit b224f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: load distribution 📦
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages
pattern: *cp312*.whl
pattern: "*cp312*.whl"
path: dist/
- name: Build (and potentially push) the Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b224f62

Please sign in to comment.