Update GitHub Action Versions (#244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/android-release_ci.yml
vendored
4
.github/workflows/android-release_ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
buildToolsVersion: 35.0.0
|
||||
|
||||
- name: Release to GitHub - WithInternet
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
uses: svenstaro/upload-release-action@2.11.1
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{steps.sign_app_withInternet.outputs.signedFile}}
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
buildToolsVersion: 35.0.0
|
||||
|
||||
- name: Release to GitHub - WithoutInternet
|
||||
uses: svenstaro/upload-release-action@2.9.0
|
||||
uses: svenstaro/upload-release-action@2.11.1
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{steps.sign_app_withoutInternet.outputs.signedFile}}
|
||||
|
||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Create and Upload Release
|
||||
uses: softprops/action-gh-release@v2.2.2
|
||||
uses: softprops/action-gh-release@v2.3.2
|
||||
with:
|
||||
tag_name: nightly
|
||||
name: Nightly Release ${{ env.version }}
|
||||
|
||||
Reference in New Issue
Block a user