Skip to content

Commit 7923110

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `pypa/cibuildwheel` from 3.0.1 to 3.1.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.3) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57b9a80 commit 7923110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"
9393
9494
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95-
uses: pypa/cibuildwheel@v3.0.1
95+
uses: pypa/cibuildwheel@v3.1.3
9696
env:
9797
CIBW_SKIP: ${{ env.CIBW_SKIP }}
9898
CIBW_ARCHS: ${{ matrix.arch }}
@@ -171,7 +171,7 @@ jobs:
171171
name: "Show artifacts"
172172
runs-on: ubuntu-22.04
173173
steps:
174-
- uses: actions/download-artifact@v4
174+
- uses: actions/download-artifact@v5
175175
with:
176176
pattern: pypi-artifacts*
177177
path: ${{ github.workspace }}/dist
@@ -189,7 +189,7 @@ jobs:
189189
# upload to PyPI for every tag starting with 'v'
190190
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
191191
steps:
192-
- uses: actions/download-artifact@v4
192+
- uses: actions/download-artifact@v5
193193
with:
194194
pattern: pypi-artifacts*
195195
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)