From 9ac6c0f32e00b34569cd252c979d1d9232a69ad5 Mon Sep 17 00:00:00 2001 From: Taylor Mordan <48797707+taylormordan@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:27:45 +0100 Subject: [PATCH] update action version --- .github/workflows/pypi-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index ece9b8208..a0262a021 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -126,7 +126,7 @@ jobs: # alternatively, to publish when a GitHub Release is created, use the following rule: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifact path: dist