From 699ed5099783a29c5bea28adec81672ff36d1857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:07:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 0b2256b --- .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 a710e9dfb..0a803ec56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: wheels-sdist path: ./dist/*.tar.* @@ -110,7 +110,7 @@ jobs: CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl @@ -171,7 +171,7 @@ jobs: CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }} - name: Upload wheels - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }} path: ./wheelhouse/*.whl