From c548b5f76438cde37f77e7104ee2619b45dd2a84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:26:44 +0100 Subject: [PATCH] Update softprops/action-gh-release action to v2.0.9 (#8886) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/manylinux_wheels.yml | 2 +- .github/workflows/osx_wheels_app.yml | 4 ++-- .github/workflows/rpi_wheels.yml | 2 +- .github/workflows/windows_wheels.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/manylinux_wheels.yml b/.github/workflows/manylinux_wheels.yml index 13fd8e858a..adbfcfb40b 100644 --- a/.github/workflows/manylinux_wheels.yml +++ b/.github/workflows/manylinux_wheels.yml @@ -122,7 +122,7 @@ jobs: source .ci/ubuntu_ci.sh upload_file_to_server "$SERVER_IP" "linux/kivy/" - name: Upload to GitHub Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 if: startsWith(github.ref, 'refs/tags/') with: files: dist/* diff --git a/.github/workflows/osx_wheels_app.yml b/.github/workflows/osx_wheels_app.yml index a4efda9e52..b2aa52284a 100644 --- a/.github/workflows/osx_wheels_app.yml +++ b/.github/workflows/osx_wheels_app.yml @@ -117,7 +117,7 @@ jobs: source .ci/ubuntu_ci.sh upload_file_to_server "$SERVER_IP" "osx/kivy/" - name: Upload to GitHub Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 if: startsWith(github.ref, 'refs/tags/') with: files: dist/* @@ -239,7 +239,7 @@ jobs: source .ci/ubuntu_ci.sh upload_file_to_server "$SERVER_IP" "osx/app/" "*.dmg" "app" - name: Upload to GitHub Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 if: startsWith(github.ref, 'refs/tags/') with: files: app/* diff --git a/.github/workflows/rpi_wheels.yml b/.github/workflows/rpi_wheels.yml index ecd02468d9..1b5dab2e13 100644 --- a/.github/workflows/rpi_wheels.yml +++ b/.github/workflows/rpi_wheels.yml @@ -46,7 +46,7 @@ jobs: name: armv7l_wheels-${{ matrix.image_version }} path: dist - name: Upload to GitHub Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 if: startsWith(github.ref, 'refs/tags/') with: files: dist/* diff --git a/.github/workflows/windows_wheels.yml b/.github/workflows/windows_wheels.yml index fb4398bb75..c6c12d470f 100644 --- a/.github/workflows/windows_wheels.yml +++ b/.github/workflows/windows_wheels.yml @@ -86,7 +86,7 @@ jobs: . .\.ci\windows_ci.ps1 Upload-windows-wheels-to-server -ip "$env:SERVER_IP" - name: Upload to GitHub Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 if: startsWith(github.ref, 'refs/tags/') with: files: dist/*