Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 028c311 commit 0b3802b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3 # Don't upgrade to v4 until each artifact is named
- uses: actions/upload-artifact@v4 # Don't upgrade to v4 until each artifact is named
with:
path: ./wheelhouse/*.whl

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
python -m pip install --upgrade "setuptools>=61" wheel "numpy>=2.0,<3"
python setup.py sdist
- uses: actions/upload-artifact@v3 # Don't upgrade to v4 until each artifact is named
- uses: actions/upload-artifact@v4 # Don't upgrade to v4 until each artifact is named
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 0b3802b

Please sign in to comment.