From 60c5241d9a7d2dba2859d8eb7ea2ce1fa554ccd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:05:33 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 5076954 --- .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 3639a0bc4..ff359c578 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: wheels-sdist path: ./dist/*.tar.* @@ -128,7 +128,7 @@ jobs: CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} - name: Upload wheels - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl @@ -191,7 +191,7 @@ jobs: CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }} - name: Upload wheels - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }} path: ./wheelhouse/*.whl