Skip to content

Commit

Permalink
ENH: update web packages version (xorbitsai#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
hucorz authored Sep 20, 2024
1 parent dd46556 commit 050da89
Show file tree
Hide file tree
Showing 3 changed files with 4,672 additions and 2,389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# upload to PyPI on every tag starting with 'v'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down
Loading

0 comments on commit 050da89

Please sign in to comment.