Skip to content

Commit 7e2073a

Browse files
committed
Use actions/download-artifact@v4
1 parent 1361c16 commit 7e2073a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
publish-to-pypi:
2828
name: >-
29-
Publish Python distribution to PyPI
29+
Publish to PyPI
3030
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3131
needs:
3232
- build
@@ -48,8 +48,7 @@ jobs:
4848

4949
github-release:
5050
name: >-
51-
Sign the Python distribution with Sigstore
52-
and upload them to GitHub Release
51+
Upload GitHub Release w/ signature
5352
needs:
5453
- publish-to-pypi
5554
runs-on: ubuntu-latest
@@ -90,7 +89,7 @@ jobs:
9089
--repo '${{ github.repository }}'
9190
9291
publish-to-testpypi:
93-
name: Publish Python distribution to TestPyPI
92+
name: Publish to Test PyPI
9493
needs:
9594
- build
9695
runs-on: ubuntu-latest
@@ -104,7 +103,7 @@ jobs:
104103

105104
steps:
106105
- name: Download all the dists
107-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
108107
with:
109108
name: python-package-distributions
110109
path: dist/

0 commit comments

Comments
 (0)