Skip to content

Commit 195b771

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 03e0b2e commit 195b771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
app/build/outputs/apk/release/app-release.apk
9393
9494
- name: Upload Signed APK
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: ipv64net-${{ steps.rename.outputs.version }}-signed
9898
path: app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)