Skip to content

Commit

Permalink
New version v4 for upload/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 19, 2024
1 parent 64e9f72 commit 30fea89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CIBW_BUILD: cp39-* cp310-* cp311-*
CIBW_SKIP: pp*
CIBW_BEFORE_BUILD: pip install numpy
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -77,7 +77,7 @@ jobs:
- name: Build sdist
run: |
python3 setup.py sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand All @@ -92,7 +92,7 @@ jobs:
permissions:
id-token: write # Mandatory for trusted publishing.
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand All @@ -109,7 +109,7 @@ jobs:
permissions:
id-token: write # Mandatory for trusted publishing.
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 30fea89

Please sign in to comment.