Skip to content

Commit b21cdec

Browse files
chore(deps): bump the actions group across 1 directory with 5 updates (#686)
1 parent a55da98 commit b21cdec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ jobs:
102102
enable-cache: false
103103

104104
- name: Set up QEMU
105-
uses: docker/setup-qemu-action@v3.7.0
105+
uses: docker/setup-qemu-action@v4.0.0
106106
if: matrix.arch == 'ppc64le' || matrix.arch == 'riscv64' || matrix.arch == 's390x'
107107

108108
- name: Build wheels
109-
uses: pypa/cibuildwheel@v3.3
109+
uses: pypa/cibuildwheel@v3.4
110110
env:
111111
CIBW_ARCHS: "${{ matrix.arch }}"
112112
CIBW_BUILD: "cp310-${{ matrix.build }}*"
113113

114-
- uses: actions/upload-artifact@v6
114+
- uses: actions/upload-artifact@v7
115115
with:
116116
name: cibw-${{ runner.os }}-${{ matrix.build }}${{ matrix.arch }}
117117
path: ./wheelhouse/*.whl
@@ -128,7 +128,7 @@ jobs:
128128
- name: Build SDist
129129
run: pipx run build --sdist
130130

131-
- uses: actions/upload-artifact@v6
131+
- uses: actions/upload-artifact@v7
132132
with:
133133
name: cibw-sdist
134134
path: dist/*.tar.gz
@@ -158,7 +158,7 @@ jobs:
158158
sudo apt-get update
159159
sudo apt-get install -y --no-install-recommends libssl-dev
160160
161-
- uses: actions/download-artifact@v7
161+
- uses: actions/download-artifact@v8
162162
with:
163163
name: cibw-sdist
164164
path: dist
@@ -234,7 +234,7 @@ jobs:
234234
needs: [build_wheels, build_sdist, test_sdist, bootstrap_build]
235235
runs-on: ubuntu-latest
236236
steps:
237-
- uses: actions/download-artifact@v7
237+
- uses: actions/download-artifact@v8
238238
with:
239239
pattern: cibw-*
240240
merge-multiple: true
@@ -254,14 +254,14 @@ jobs:
254254
id-token: write
255255
attestations: write
256256
steps:
257-
- uses: actions/download-artifact@v7
257+
- uses: actions/download-artifact@v8
258258
with:
259259
pattern: cibw-*
260260
merge-multiple: true
261261
path: dist
262262

263263
- name: Generate artifact attestation for sdist and wheel
264-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
264+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
265265
with:
266266
subject-path: "dist/cmake-*"
267267

0 commit comments

Comments
 (0)