Skip to content

Commit 98c882b

Browse files
authored
Merge branch 'main' into fix/markdown-preview-rendering
2 parents 0b0dd6c + eef6d0a commit 98c882b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
echo "VERSION: $UPDATED_VERSION" >> $GITHUB_STEP_SUMMARY
177177
178178
- name: Upload APK Artifact
179-
uses: actions/upload-artifact@v6
179+
uses: actions/upload-artifact@v7
180180
with:
181181
name: app-debug-${{ env.GIT_COMMIT }}
182182
path: /tmp/app-debug-normal.apk
@@ -189,7 +189,7 @@
189189
mv platforms/android/app/build/outputs/apk/debug/app-debug.apk /tmp/app-debug-fdroid.apk
190190
191191
- name: Upload APK Artifact
192-
uses: actions/upload-artifact@v6
192+
uses: actions/upload-artifact@v7
193193
if: ${{ !inputs.is_PR }}
194194
with:
195195
name: app-debug-fdroid-${{ env.GIT_COMMIT }}

0 commit comments

Comments
 (0)