From 8a1cc7be97b29dac7e1ea487ff57bf61f443b24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:16:39 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download- artifact) from 4 to 8. Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a6ab34..ec8b9ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -238,7 +238,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: release-artifacts @@ -295,14 +295,14 @@ jobs: id-token: write steps: - name: Download all per-OS wheel artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: python-wheel-* path: wheels merge-multiple: true - name: Download sdist - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-sdist path: sdist