From d35bc26fbecb945bfdcc45cb1eb941c9a236d89a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:35:04 +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 14d9f4f..59087cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: run: uv build - name: Upload build artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist path: dist/ @@ -84,7 +84,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist path: dist/