Skip to content

Commit 736de21

Browse files
chore(ci): bump the github-actions group with 4 updates (#182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bf6d1e commit 736de21

2 files changed

Lines changed: 4 additions & 4 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.2.0
283+
uses: pypa/cibuildwheel@v3.2.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@v4
288+
- uses: actions/upload-artifact@v5
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@v5
301+
- uses: actions/download-artifact@v6
302302
with:
303303
# unpacks default artifact into dist/
304304
# if `name: artifact` is omitted, the action will create extra parent dir

.github/workflows/hacktoberfest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: browniebroke/hacktoberfest-labeler-action@v2.4.2
15+
- uses: browniebroke/hacktoberfest-labeler-action@v2.6.0
1616
with:
1717
github_token: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)