From 743816a7cf888140fcf05631fe9a0e5cc44e52d4 Mon Sep 17 00:00:00 2001 From: angie Date: Mon, 16 Dec 2024 08:33:54 -0300 Subject: [PATCH] Upgrade actions/download-artifact --- .github/workflows/pypi_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 2816080..655e12e 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-20.04 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: artifact path: dist