Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 6f51ac0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
  • Loading branch information
msclock-bot[bot] authored Jan 1, 2025
1 parent 49b3134 commit 4c175d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: cibw-sdist
path: dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuseable_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: >
inputs.auto && !contains(matrix.qemu_arch, matrix.arch) ||
inputs.extra && contains(matrix.qemu_arch, matrix.arch)
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: cibw-${{ matrix.os }}-${{ matrix.build }}-${{ matrix.arch }}
path: wheelhouse/*.whl

0 comments on commit 4c175d2

Please sign in to comment.