Skip to content

Commit

Permalink
workflows: build-wheels.yml: bump upload-artifact action version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Dec 17, 2022
1 parent 0b85ced commit d24e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]

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

0 comments on commit d24e043

Please sign in to comment.