Skip to content

Commit decd580

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 535e921 commit decd580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)