From 9ce539d1448182b110c6b78cc28ca8def95a93a5 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 12 Sep 2024 22:23:20 -0700 Subject: [PATCH] update deprecated actions --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 1cd8bd7d..9a662e91 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -128,7 +128,7 @@ jobs: python -m pip install --upgrade pip pip install setuptools wheel twine - name: Download wheel/dist from build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist