From eb42ffb5bb9c51a0734d2ddb8eb7a4fe35e31e85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:09:11 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3deca3e..4f43f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: run: hatch build - name: Upload Sdist and Wheel to GitHub - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: "dist/*" @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download Sdist and Wheel from GitHub - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist path: "dist"