Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.0.0 to 4.3.6
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.0.0...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2024
1 parent 435d87a commit 31fef1b
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 31fef1b

Please sign in to comment.