From d3b9b4b920ba3c2fdc0b1faf279073859c589e51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:38:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 26f96df --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eff9535b4..af101126a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: wheels-sdist path: ./dist/*.tar.* @@ -80,7 +80,7 @@ jobs: CIBW_ARCHS: ${{ matrix.archs }} - name: Upload wheels - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl @@ -122,7 +122,7 @@ jobs: CIBW_ARCHS: ${{ matrix.archs }} - name: Upload wheels - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl