Skip to content

Commit ae120e1

Browse files
chore(nightly-build): upgrade upload-artifact action to version 6
1 parent b00c6bd commit ae120e1

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@v4
179+
uses: actions/upload-artifact@v6
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@v4
192+
uses: actions/upload-artifact@v6
193193
if: ${{ !inputs.is_PR }}
194194
with:
195195
name: app-debug-fdroid-${{ env.GIT_COMMIT }}

0 commit comments

Comments
 (0)