From 7e2073a19b72ced518e99f239f71b5ba31577a2a Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Fri, 2 Aug 2024 20:54:45 -0700 Subject: [PATCH] Use actions/download-artifact@v4 --- .github/workflows/deploy.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c7c289..9b8e089 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: publish-to-pypi: name: >- - Publish Python distribution to PyPI + Publish to PyPI if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build @@ -48,8 +48,7 @@ jobs: github-release: name: >- - Sign the Python distribution with Sigstore - and upload them to GitHub Release + Upload GitHub Release w/ signature needs: - publish-to-pypi runs-on: ubuntu-latest @@ -90,7 +89,7 @@ jobs: --repo '${{ github.repository }}' publish-to-testpypi: - name: Publish Python distribution to TestPyPI + name: Publish to Test PyPI needs: - build runs-on: ubuntu-latest @@ -104,7 +103,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/