diff --git a/.github/workflows/publish-wren-core-py.yml b/.github/workflows/publish-wren-core-py.yml index 4222d0a0eb..824df642b0 100644 --- a/.github/workflows/publish-wren-core-py.yml +++ b/.github/workflows/publish-wren-core-py.yml @@ -156,7 +156,7 @@ jobs: url: ${{ inputs.pypi_target == 'pypi' && 'https://pypi.org/project/wren-core-py/' || 'https://test.pypi.org/project/wren-core-py/' }} steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true diff --git a/.github/workflows/publish-wren-langchain.yml b/.github/workflows/publish-wren-langchain.yml index 3784b41288..b3dfd6de30 100644 --- a/.github/workflows/publish-wren-langchain.yml +++ b/.github/workflows/publish-wren-langchain.yml @@ -106,7 +106,7 @@ jobs: url: ${{ inputs.pypi_target == 'pypi' && 'https://pypi.org/project/wren-langchain/' || 'https://test.pypi.org/project/wren-langchain/' }} steps: - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ diff --git a/.github/workflows/publish-wren.yml b/.github/workflows/publish-wren.yml index aa59ba2138..b785e049e5 100644 --- a/.github/workflows/publish-wren.yml +++ b/.github/workflows/publish-wren.yml @@ -66,7 +66,7 @@ jobs: url: ${{ inputs.pypi_target == 'pypi' && 'https://pypi.org/project/wren-engine/' || 'https://test.pypi.org/project/wren-engine/' }} steps: - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/