From 00e810bd4a4e2d49f38c1bc111842d69db5923a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:15:14 +1100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.0 (#929) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 9ac9b9022..dff69416e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: hatch build --target sdist - name: Upload sdist - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels-sdist path: ./dist/*.tar.* @@ -132,7 +132,7 @@ jobs: CIBW_BUILD: ${{ steps.cibw-filter.outputs.build }} - name: Upload wheels - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }} path: ./wheelhouse/*.whl @@ -195,7 +195,7 @@ jobs: CIBW_BUILD: ${{ matrix.build == '' && '*' || format('*{0}*', matrix.build) }} - name: Upload wheels - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels-${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.build }} path: ./wheelhouse/*.whl