Skip to content

Commit 3f42eca

Browse files
Update actions/upload-artifact action to v5
1 parent 887311b commit 3f42eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: ./gradlew spotlessCheck assembleDevDebug
2828

2929
- name: Upload APK
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: TachiyomiSY-${{ github.sha }}.apk
3333
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)