Skip to content

Commit f3899f1

Browse files
chore(ci): bump the github-actions group across 1 directory with 3 updates
Bumps the github-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.3.0 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.0...v3.3.1) 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) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bf5546 commit f3899f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ jobs:
280280
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281
fi
282282
- name: Build wheels
283-
uses: pypa/cibuildwheel@v3.3.0
283+
uses: pypa/cibuildwheel@v3.3.1
284284
env:
285285
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286
REQUIRE_CYTHON: 1
287287

288-
- uses: actions/upload-artifact@v6
288+
- uses: actions/upload-artifact@v7
289289
with:
290290
name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.pyver }}-${{ matrix.qemu }}
291291
path: ./wheelhouse/*.whl
@@ -298,7 +298,7 @@ jobs:
298298
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
299299

300300
steps:
301-
- uses: actions/download-artifact@v7
301+
- uses: actions/download-artifact@v8
302302
with:
303303
# unpacks default artifact into dist/
304304
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)