Skip to content

Commit 0caeea6

Browse files
chore(ci): bump the github-actions group across 1 directory with 3 updates (#199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdb8f7b commit 0caeea6

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)