From 2bbbdcebdb16efe1fd6fa67f213bde31ec83de94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:35:42 +0200 Subject: [PATCH] Update softprops/action-gh-release action to v3 (#1468) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/native-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index c6753b03..a3ee4287 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -69,7 +69,7 @@ jobs: path: ./front/kyoo.apk - name: Upload release artifacts - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: env.IS_EXPO_ENABLED == 'true' && startsWith(github.ref, 'refs/tags/') with: files: ./front/kyoo.apk diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e6a0470..1e512031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: sed "s/edge/$VERSION/" -i docker-compose.yml - name: Upload release artifacts - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | ./docker-compose.yml