From f67c406c1cdcd30594a4b871e5a3a124d761b32b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:21:54 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v8 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce22abe..89f2e9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -253,7 +253,7 @@ jobs: steps: - name: Download release assets - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: src-py-lib-release path: release-assets @@ -301,7 +301,7 @@ jobs: steps: - name: Download built distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: pypi-distributions path: dist