From df8aef6326631807c5307a11d91446c3f9c26403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:54:07 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 043fb46 --- .github/workflows/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index a06c32664..e93b032d1 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -20,7 +20,7 @@ jobs: - name: build run: uv build --sdist - name: Store the binary wheel - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist-linux path: dist @@ -47,7 +47,7 @@ jobs: - name: build run: uv build --wheel - name: Store the binary wheel - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: dist-windows-${{ matrix.python-version }} path: dist