diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5e285a4b3..eb857e829 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -139,7 +139,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'created' steps: - name: Download the sdist artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist