Skip to content

Commit 955baef

Browse files
committed
upload-artifact update
1 parent 8fb626d commit 955baef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
build-requirements: 'pybind11'
2929

3030
- name: Upload wheels
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v3
3232
with:
3333
name: manylinux-wheels
3434
path: dist/*manylinux*.whl
@@ -57,7 +57,7 @@ jobs:
5757
run: python -m pip wheel . --no-deps -w ./dist
5858

5959
- name: Upload wheels
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v3
6161
with:
6262
name: macos-wheels
6363
path: dist/*.whl
@@ -92,7 +92,7 @@ jobs:
9292
run: python -m pip wheel . --no-deps -w ./dist
9393

9494
- name: Upload wheels
95-
uses: actions/upload-artifact@v2
95+
uses: actions/upload-artifact@v3
9696
with:
9797
name: windows-wheels
9898
path: dist/*.whl

0 commit comments

Comments
 (0)