From 818daf528a9e0299d1a5b8f0c751e2b6d5bfcf34 Mon Sep 17 00:00:00 2001 From: Yannick Richter Date: Fri, 15 Nov 2024 12:51:48 +0100 Subject: [PATCH] Bump action versions --- .github/actions/build-pyinstaller/action.yml | 2 +- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/build-pyinstaller/action.yml b/.github/actions/build-pyinstaller/action.yml index 637aa7e8..4e7ddac4 100644 --- a/.github/actions/build-pyinstaller/action.yml +++ b/.github/actions/build-pyinstaller/action.yml @@ -17,7 +17,7 @@ runs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16f742c1..fba915d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,12 @@ jobs: strategy: fail-fast: false matrix: - conf: [ {os: 'windows-latest', pyver: '3.8'},{os: 'windows-latest', pyver: '3.11'}, {os: 'macos-latest', pyver: '3.10'}] + conf: [ {os: 'windows-latest', pyver: '3.8'},{os: 'windows-latest', pyver: '3.12'}, {os: 'macos-latest', pyver: '3.11'}] # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: build uses: ./.github/actions/build-pyinstaller @@ -37,7 +37,7 @@ jobs: path: '${{ github.workspace }}' python-version: '${{ matrix.conf.pyver }}' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: OpenFFBoard-Configurator-${{ matrix.conf.os }}-py${{ matrix.conf.pyver }} path: ${{ steps.build.outputs.distpath }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb5eaf20..9ca90f54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: steps: # Checkout - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Download artifacts for release - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: path: etc/usr/artifacts/