Skip to content

Commit d0b8a6f

Browse files
build(deps): bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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 ba1c0cd commit d0b8a6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# override setting in pyproject.toml to use msys2 instead of msys64 bash
4141
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
4242

43-
- uses: actions/upload-artifact@v5
43+
- uses: actions/upload-artifact@v7
4444
with:
4545
name: wheels-${{ matrix.os }}
4646
path: wheelhouse/*.whl
@@ -60,7 +60,7 @@ jobs:
6060
- run: pip install build
6161
- run: python -m build --sdist
6262

63-
- uses: actions/upload-artifact@v5
63+
- uses: actions/upload-artifact@v7
6464
with:
6565
name: sdist
6666
path: dist/*.tar.gz

0 commit comments

Comments
 (0)