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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent c2d8c6c commit f2b28d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_SKIP: "*musllinux*"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ./wheelhouse/*.whl
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
CIBW_TEST_COMMAND: pytest {project}/tests/unit
CIBW_TEST_REQUIRES: pytest

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: macos-intel
path: ./wheelhouse/*.whl
Expand All @@ -135,7 +135,7 @@ jobs:
run: |
python3.12 setup.py sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sdist
path: ./dist/*.tar.gz
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
CIBW_TEST_COMMAND: pytest {project}/tests/unit
CIBW_TEST_REQUIRES: pytest

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: windows-intel
path: .\wheelhouse\*.whl

0 comments on commit f2b28d6

Please sign in to comment.