diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 708809f..f78b3ce 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.22 - name: Upload wheels uses: actions/upload-artifact@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c619985..388cd5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,6 @@ jobs: --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}