diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fa5fff09..1798ef59 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -37,7 +37,7 @@ jobs: coverage xml coverage report - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index c98be29d..5fe71b4d 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -118,7 +118,7 @@ jobs: - name: Build wheels if: matrix.archs != 'ppc64le' && matrix.archs != 's390x' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_PLATFORM: ${{ matrix.platform || 'auto' }} CIBW_ARCHS: ${{ matrix.archs || 'auto' }} @@ -156,7 +156,7 @@ jobs: - name: Build wheels if: matrix.archs != 'riscv64' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_PLATFORM: pyodide CIBW_ARCHS: auto