Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact in .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Sep 24, 2024
1 parent cd6817c commit b2f561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build wheel distribution
run: python setup.py bdist_wheel
- name: Upload wheel for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit b2f561c

Please sign in to comment.