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