From 2eba0287b9c1c548bec26f242a2a8f42f15435f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:21:51 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be3e4abd..c565ff53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -212,7 +212,7 @@ jobs: ./pythonqt_generator - name: Upload Wrappers - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wrappers_${{ matrix.container_os }}-${{ matrix.container_os_version }}_${{ matrix.configuration }} path: generated_cpp From f365b8584d8f237ca53d8e981b0a6a078f918877 Mon Sep 17 00:00:00 2001 From: iakov Date: Thu, 13 Mar 2025 20:45:27 +0300 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c565ff53..7df19ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: fail-fast: false matrix: container_os: ['centos'] - container_os_version: ['7'] + container_os_version: ['8'] container_os_python_package: ['python-debug'] configuration: ['debug', 'release'] include: @@ -221,14 +221,14 @@ jobs: strategy: fail-fast: false matrix: - macos-version: ['12'] + macos-version: ['13'] python-version: ['3.9'] - qt-version: ['5.9.*'] + qt-version: ['5.12.*'] configuration: ['release','debug'] include: - - macos-version: '12' + - macos-version: '13' python-version: '3.11' - qt-version: '5.12.*' + qt-version: '5.15.*' configuration: 'debug' runs-on: macos-${{ matrix.macos-version }} steps: