Skip to content

Commit

Permalink
back to artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
platipusica committed May 29, 2024
1 parent 92a533f commit 0a69f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v20
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v20
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 0a69f46

Please sign in to comment.