Skip to content

Commit

Permalink
Update download-artifact ver
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Jan 5, 2024
1 parent 848a6d4 commit f348bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
CIBW_TEST_COMMAND: 'pytest {project}'
# Until the day Apple silicon instances are available on GH Actions
CIBW_TEST_SKIP: '*-win_arm64 *-macosx_arm64'
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.0.0
with:
name: Wheel-${{ matrix.os }}-${{ matrix.build }}${{ matrix.archs }}
path: ./wheelhouse/*.whl
Expand All @@ -82,7 +82,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools
python setup.py build sdist
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4.0.0
with:
path: dist/*.tar.gz
publish:
Expand All @@ -96,7 +96,7 @@ jobs:
with:
python-version: '3.12'
- name: Set up built items
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.0
with:
path: dist
merge-multiple: true
Expand Down

0 comments on commit f348bc6

Please sign in to comment.