From 3b223166b88295f050ddfc0810bdd09c5a98f415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:48:42 +0000 Subject: [PATCH] deps(ci): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-wren-core-py.yml | 2 +- .github/workflows/publish-wren-langchain.yml | 2 +- .github/workflows/publish-wren-pydantic.yml | 2 +- .github/workflows/publish-wren.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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-pydantic.yml b/.github/workflows/publish-wren-pydantic.yml index 377fb85a5c..e0d6829a38 100644 --- a/.github/workflows/publish-wren-pydantic.yml +++ b/.github/workflows/publish-wren-pydantic.yml @@ -106,7 +106,7 @@ jobs: url: ${{ inputs.pypi_target == 'pypi' && 'https://pypi.org/project/wren-pydantic/' || 'https://test.pypi.org/project/wren-pydantic/' }} 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 159c6116a6..79effe1c87 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/wrenai/' || 'https://test.pypi.org/project/wrenai/' }} steps: - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/