Skip to content

Commit

Permalink
update version for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 27, 2024
1 parent d05e12c commit 7faf122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse

- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: wheelhouse/*.whl
Expand All @@ -59,7 +59,7 @@ jobs:
run: python -m build --sdist

- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: ./dist/*.tar.gz
Expand Down

0 comments on commit 7faf122

Please sign in to comment.