From a1e4890ffe39ea720f031e9b374f99bad871a140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:22:34 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 5 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/pypi-publish.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 84ce03d..809c811 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -239,7 +239,7 @@ jobs: - uses: actions/checkout@v5 - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e488b22..e25cb58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -190,13 +190,13 @@ jobs: - uses: actions/checkout@v5 - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: dist path: dist/ - name: Download changelog - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: changelog path: ./