Skip to content

Commit 762b888

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aae4d71 commit 762b888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# CIBW_ARCHS_LINUX: auto64
2626
# CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released.
2727

28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v5
2929
with:
3030
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3131
path: ./wheelhouse/*.whl
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build SDist
4545
run: pipx run build --sdist
4646

47-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v5
4848
with:
4949
name: cibw-sdist
5050
path: dist/*.tar.gz

0 commit comments

Comments
 (0)