Skip to content

Commit

Permalink
Merge pull request #396 from getlogbook/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.4.3

Bump actions/upload-artifact from 4.3.1 to 4.4.3
  • Loading branch information
RazerM authored Oct 22, 2024
2 parents 8cde0ee + 312090c commit 009ce3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: .venv/bin/pip install -U pip build
- name: Make sdist
run: .venv/bin/python -m build --sdist
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3

- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl

0 comments on commit 009ce3a

Please sign in to comment.