Skip to content

Commit ff749cd

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pypa/cibuildwheel` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.2.1) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3878ee commit ff749cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
# Used to host cibuildwheel
3131
- name: Build wheel
32-
uses: pypa/cibuildwheel@v3.2.0
32+
uses: pypa/cibuildwheel@v3.2.1
3333
with:
3434
output-dir: wheelhouse
35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v5
3636
with:
3737
name: cibw-wheels-${{ matrix.os }}
3838
path: ./wheelhouse/*.whl
@@ -46,7 +46,7 @@ jobs:
4646
run: source etc/make-libsemigroups.sh && sudo make install
4747
- name: Build SDist
4848
run: pipx run build --sdist
49-
- uses: actions/upload-artifact@v4
49+
- uses: actions/upload-artifact@v5
5050
with:
5151
name: sdist
5252
path: dist/*.tar.gz
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download wheels and sdist artifacts
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
# Here, we could specify a name of an artifact, or a pattern that
7676
# matches the names of artifacts. However, by not specifying these

0 commit comments

Comments
 (0)