Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Jun 27, 2024
1 parent 2920bf5 commit b0dddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_modin_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: python -m pip wheel -v -w dist --no-deps .
- name: Show wheels generated
run: ls -lh dist
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/
Expand Down

0 comments on commit b0dddea

Please sign in to comment.