File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 run : poetry run pytest --cov-report=xml -v -Wdefault --cov=bluetooth_data_tools --cov-report=term-missing:skip-covered tests
7171 shell : bash
7272 - name : Upload coverage to Codecov
73- uses : codecov/codecov-action@v5
73+ uses : codecov/codecov-action@v6
7474 with :
7575 token : ${{ secrets.CODECOV_TOKEN }}
7676
@@ -257,7 +257,7 @@ jobs:
257257 python-version : " 3.12"
258258 - name : Set up QEMU
259259 if : ${{ matrix.qemu }}
260- uses : docker/setup-qemu-action@v3
260+ uses : docker/setup-qemu-action@v4
261261 with :
262262 platforms : all
263263 # This should be temporary
@@ -280,7 +280,7 @@ jobs:
280280 echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281 fi
282282 - name : Build wheels
283- uses : pypa/cibuildwheel@v3.3.1
283+ uses : pypa/cibuildwheel@v3.4.0
284284 env :
285285 CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286 REQUIRE_CYTHON : 1
You can’t perform that action at this time.
0 commit comments