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 15, 2024
1 parent e38d63e commit c426fe7
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 c426fe7

Please sign in to comment.