From 5527bb4519c185c7ee8a21ce7b1960610e639ad7 Mon Sep 17 00:00:00 2001 From: Hampus Malmberg Date: Tue, 17 Dec 2024 07:58:46 +0100 Subject: [PATCH] updated github action download artifact --- .github/workflows/pypi-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deployment.yml b/.github/workflows/pypi-deployment.yml index 83562b7..2b2fd30 100644 --- a/.github/workflows/pypi-deployment.yml +++ b/.github/workflows/pypi-deployment.yml @@ -39,7 +39,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@v2 + - uses: actions/download-artifact@v4 with: name: artifact path: dist