Skip to content

Commit c18ac27

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent d24586d commit c18ac27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew testDebugUnitTest
2626

2727
- name: Upload debug APK artifact
28-
uses: actions/upload-artifact@v5
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: wikireader-debug
3131
path: ./app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)