From 050186af690320ff48a6828699df031ee7e5dece Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Thu, 9 Jan 2025 13:46:59 -0500 Subject: [PATCH] update upload-artifact to v4 --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 20bbc5e27..393133308 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -24,7 +24,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.13.1 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: ./wheelhouse/*.whl @@ -37,7 +37,7 @@ jobs: - name: Build sdist run: pipx run build --sdist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*.tar.gz