From b007a073b3fc2fdbcb94730d25f97724715c4eda Mon Sep 17 00:00:00 2001 From: William Ayd Date: Wed, 2 Oct 2024 13:31:06 -0400 Subject: [PATCH] Change artifact versions (#356) --- .github/workflows/pypi_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 76ad9369..7ba97225 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -24,7 +24,7 @@ jobs: env: MACOSX_DEPLOYMENT_TARGET: "10.14" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4.4.0 with: path: ./wheelhouse/*.whl @@ -40,7 +40,7 @@ jobs: # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this) if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4.1.8 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir