mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix: use actions/upload-artifact@v4
This commit is contained in:
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@@ -164,7 +164,7 @@ jobs:
|
||||
mv android/app-signed.apk ./builds/Logseq-android-${{ steps.ref.outputs.version }}.apk
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: logseq-android-builds
|
||||
path: builds
|
||||
|
||||
Reference in New Issue
Block a user