From 29141315ec0dc4720e58b0fab75b017225afca3e Mon Sep 17 00:00:00 2001 From: Kris Yang <145800990+krisyang1125@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:48:44 -0800 Subject: [PATCH] Update publish.yml (#139) Follow guide in https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md to upgrade to artifact v4 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 151f07d..165ae00 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,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/ @@ -41,7 +41,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/