From 5a1bcfe1000d383d8640afeb240db96eca8bc6f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:00:15 +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 5bad3a2..a443598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: id: semanticrelease with: uv-publish: false - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ steps.semanticrelease.outputs.released == 'true' }} with: name: uv-build @@ -48,7 +48,7 @@ jobs: name: release url: https://pypi.org/project/cbrkit/${{needs.release.outputs.version}}/ steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: uv-build path: ./dist