Skip to content

Commit bf4ae21

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d80d533 commit bf4ae21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
CIBW_BUILD_VERBOSITY: 1
9292

9393
- name: Upload wheels
94-
uses: actions/upload-artifact@v6
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
9797
path: ./wheelhouse/*.whl
@@ -118,7 +118,7 @@ jobs:
118118
- name: Build SDist
119119
run: python setup.py sdist
120120

121-
- uses: actions/upload-artifact@v6
121+
- uses: actions/upload-artifact@v7
122122
with:
123123
name: wheels-source
124124
path: dist/*.tar.gz

0 commit comments

Comments
 (0)