Skip to content

Commit

Permalink
bump artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Mar 29, 2024
1 parent 67da5a1 commit 3612527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-versions: 'cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist/*.whl
Expand All @@ -51,7 +51,7 @@ jobs:
name: Deploy wheels to PyPI
steps:
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheels
- name: Set up Python 3.11
Expand Down

0 comments on commit 3612527

Please sign in to comment.