Skip to content

Commit

Permalink
Merge pull request #58 from hajimes/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.0.0 to 4.3.6
  • Loading branch information
hajimes authored Aug 24, 2024
2 parents 435d87a + 31fef1b commit b6382a0
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 @@ -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.0.0
- uses: actions/upload-artifact@v4.3.6
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.0.0
- uses: actions/upload-artifact@v4.3.6
with:
path: dist/*.tar.gz
publish:
Expand Down

0 comments on commit b6382a0

Please sign in to comment.