Skip to content

Commit b6fef64

Browse files
chore(deps): bump the actions group across 1 directory with 4 updates (#198)
Bumps the actions group with 4 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `pypa/cibuildwheel` from 3.3 to 3.4 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3...v3.4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.4' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cc0311 commit b6fef64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/cibw-cc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- if: matrix.platform == 'android'
5555
run: pipx install patchelf
5656

57-
- uses: pypa/cibuildwheel@v3.3
57+
- uses: pypa/cibuildwheel@v3.4
5858
env:
5959
CIBW_PLATFORM: ${{ matrix.platform }}
6060
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
6161

62-
- uses: actions/upload-artifact@v6
62+
- uses: actions/upload-artifact@v7
6363
with:
6464
name: wheels-${{ matrix.platform }}-${{ matrix.os }}
6565
path: dist/*.whl

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check metadata
3333
run: pipx run twine check dist/*
3434

35-
- uses: actions/upload-artifact@v6
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: cibw-sdist
3838
path: dist/*.tar.gz
@@ -53,13 +53,13 @@ jobs:
5353

5454
- uses: astral-sh/setup-uv@v7
5555

56-
- uses: pypa/cibuildwheel@v3.3
56+
- uses: pypa/cibuildwheel@v3.4
5757

5858
- name: Verify clean directory
5959
run: git diff --exit-code
6060
shell: bash
6161

62-
- uses: actions/upload-artifact@v6
62+
- uses: actions/upload-artifact@v7
6363
with:
6464
name: cibw-wheels-${{ matrix.os }}
6565
path: wheelhouse/*.whl
@@ -80,14 +80,14 @@ jobs:
8080
with:
8181
python-version: "3.x"
8282

83-
- uses: actions/download-artifact@v7
83+
- uses: actions/download-artifact@v8
8484
with:
8585
pattern: cibw-*
8686
merge-multiple: true
8787
path: dist
8888

8989
- name: Generate artifact attestation for sdist and wheels
90-
uses: actions/attest-build-provenance@v3
90+
uses: actions/attest-build-provenance@v4
9191
with:
9292
subject-path: "dist/*"
9393

0 commit comments

Comments
 (0)