From 3e2dd4cf0d355173520ce1f967cbea8b5e11291d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:15:17 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .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 8c436b0..39e8501 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uv build - name: Archive the dist folder - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist @@ -56,7 +56,7 @@ jobs: steps: - name: Download the dist folder from the build job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist