Skip to content

Commit 3b79743

Browse files
committed
version
1 parent 6436168 commit 3b79743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
exit 1
7575
fi
7676
77-
- uses: actions/upload-artifact@v3
77+
- uses: actions/upload-artifact@v4
7878
with:
7979
path: ./dist/html/**

.github/workflows/wheels-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: build wheel
2525
run: python -m pip wheel .
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
path: ./pandas_streaming*.whl

0 commit comments

Comments
 (0)