Skip to content

Commit

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

Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
RazerM authored Dec 22, 2024
2 parents 785f25f + 99db2f2 commit 02f519b
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: sdist
path: dist/*.tar.gz
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0

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

0 comments on commit 02f519b

Please sign in to comment.