diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 742a68144..1e0ea2355 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: wheels-sdist path: ./dist/*.tar.* @@ -131,7 +131,7 @@ jobs: CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} - name: Upload wheels - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl @@ -194,7 +194,7 @@ jobs: CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }} - name: Upload wheels - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }} path: ./wheelhouse/*.whl