From c7b4d55d0ce578fd3aca02bbcf699d2066d7d734 Mon Sep 17 00:00:00 2001 From: Joe Vincent Date: Sun, 20 Apr 2025 20:29:15 -0700 Subject: [PATCH] Update pypi-release.yml Update v3 actions to v4 for PyPI release workflow --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 27f6949..35cf529 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -29,7 +29,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ @@ -45,7 +45,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/