File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments