diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index adeea9f..6c19658 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.16 + - 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 97f1861..838bdb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,6 @@ jobs: --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }}