diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index aee0f6c..16537cd 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -122,7 +122,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.1.7 with: name: dist path: dist