Skip to content

Commit 70ed0f8

Browse files
authored
Update release.yml
1 parent ff4b167 commit 70ed0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
APK=$(find app/build/outputs/apk -name '*arm64-v8a*.apk')
7676
APK=$(dirname $APK)
7777
echo "APK=$APK" >> $GITHUB_ENV
78-
- uses: actions/upload-artifact@v3
78+
- uses: actions/upload-artifact@v4
7979
with:
8080
name: APKs
8181
path: ${{ env.APK }}

0 commit comments

Comments
 (0)