diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index c81aa4ec1..361b3ba7a 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -178,7 +178,7 @@ jobs: python -m pip install --upgrade pip setuptools wheel twine - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: PyPi Deployment shell: cmd