We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b2acc commit 2c5d68aCopy full SHA for 2c5d68a
.github/workflows/PR.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Stop gradle daemon
51
run: ./gradlew --stop
52
- name: Upload build artifact
53
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
54
with:
55
name: ${{ matrix.os }}-artifact
56
path: |
.github/workflows/android.yml
@@ -47,7 +47,7 @@ jobs:
47
./gradlew -PappVerName=${{ env.VERSION }} assembleRelease assembleDebug
48
- name: Upload built apk
49
if: success()
name: snapshot
0 commit comments