Skip to content

Commit f7cd0d4

Browse files
Update actions/upload-artifact action to v3
1 parent 681cdc8 commit f7cd0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- name: Build release APKs
5252
run: ./gradlew clean assembleRelease
5353
- name: Publish PlayStore APK
54-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v3
5555
with:
5656
name: app-release
5757
path: app/build/outputs/apk/app/release
5858
- name: Publish Github APK
59-
uses: actions/upload-artifact@v2
59+
uses: actions/upload-artifact@v3
6060
with:
6161
name: app-github-release
6262
path: app/build/outputs/apk/github/release

0 commit comments

Comments
 (0)