From be8356968809cf9fefdd921ebe82ce0c6f3b1bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:59:32 +0000 Subject: [PATCH] chore(deps): 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 bab9d50..e66699a 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@v4 + uses: actions/upload-artifact@v6 with: name: dist path: dist @@ -56,7 +56,7 @@ jobs: steps: - name: Download the dist folder from the build job - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: dist path: dist