Skip to content

Commit

Permalink
[CI] sync upload and download artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaraEmmanuel committed Nov 23, 2024
1 parent b1525e6 commit 402dc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m build
- name: upload windows dists
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-dists
path: dist/
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Retrieve release distributions
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: release-dists
path: dist/
Expand Down

0 comments on commit 402dc29

Please sign in to comment.