From dc765b4d06e662a8b5a7c964f77612f4be04b7b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:38:47 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e96382d..226e095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: run: | uv build ls -l dist - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: packages-${{ github.ref_name }} path: dist/ @@ -26,7 +26,7 @@ jobs: contents: write steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 with: name: packages-${{ github.ref_name }} path: dist/ @@ -48,7 +48,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 with: name: packages-${{ github.ref_name }} path: dist/