Skip to content

Commit

Permalink
build: update upload-artifact so gh won't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
hrz6976 authored Dec 12, 2024
1 parent 26fc972 commit d520c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
yum install -y bzip2-devel
- name: Upload wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*.whl
Expand All @@ -63,7 +63,7 @@ jobs:
run: pipx run build --sdist

- name: Upload source distribution
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz

0 comments on commit d520c5e

Please sign in to comment.