Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 4 in /.github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-fink committed Sep 12, 2024
1 parent 177f368 commit 6c1fd02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Prepare wheel build
run: make -C python/ setup
- name: Store wheel configuration files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheel-config
path: python/
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
# env:
# CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
- name: Store binary wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: binary-wheels
path: python/wheelhouse/*.whl
Expand All @@ -68,7 +68,7 @@ jobs:
run: python setup.py sdist
working-directory: python/
- name: Store source wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: source-wheels
path: python/dist/*.tar.gz
Expand Down

0 comments on commit 6c1fd02

Please sign in to comment.