From 24d66840acdc2cc783b32d11fcfbf3ec2cc2a56e Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Wed, 6 Dec 2023 21:17:54 +0100 Subject: [PATCH] Update Github Actions for gstreamer wheels, and add Python 3.12 to matrix for Gstreamer --- .github/workflows/windows_gstreamer_wheels.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/windows_gstreamer_wheels.yml b/.github/workflows/windows_gstreamer_wheels.yml index 26579d4..2655f07 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -27,13 +27,13 @@ jobs: env: PACKAGE_ARCH: ${{ matrix.arch }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.x - name: Cache deps - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: kivy_build_cache key: cache-packages-gstreamer-${{ matrix.arch }}-${{ hashFiles('win/gstreamer.py') }} @@ -52,19 +52,19 @@ jobs: strategy: fail-fast: false matrix: - python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] arch: ['x64', 'x86'] env: PACKAGE_ARCH: ${{ matrix.arch }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: kivy_build_cache key: cache-packages-gstreamer-${{ matrix.arch }}-${{ hashFiles('win/gstreamer.py') }} @@ -79,7 +79,7 @@ jobs: . .\ci\windows_ci.ps1 Create-Packages - name: Upload wheels as artifact - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 with: name: gstreamer_wheels path: dist