Skip to content

Commit

Permalink
Update download-artifact workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Jul 22, 2024
1 parent b3a1a40 commit 722ea80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install twine
- name: Fetch wheel artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel-artifact
path: dist
- name: Fetch sdist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist-artifact
path: dist
Expand Down

0 comments on commit 722ea80

Please sign in to comment.