Skip to content

Commit d24e043

Browse files
committed
workflows: build-wheels.yml: bump upload-artifact action version to v3
1 parent 0b85ced commit d24e043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Build wheels
5454
uses: pypa/[email protected]
5555

56-
- uses: actions/upload-artifact@v2
56+
- uses: actions/upload-artifact@v3
5757
with:
5858
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)