Skip to content

Commit f2bfc6a

Browse files
committed
update upload-artifact
1 parent 28c9353 commit f2bfc6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
entrypoint: driver/build-wheels.sh
5555
- name: Upload Artifacts
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: dist
5959
path: driver/dist/
@@ -101,7 +101,7 @@ jobs:
101101
cd driver
102102
python setup.py build bdist_wheel
103103
- name: Upload Artifacts
104-
uses: actions/upload-artifact@v1
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: dist
107107
path: driver/dist

0 commit comments

Comments
 (0)