Skip to content

Commit b54b900

Browse files
committed
Update GitHub workflow to use actions/upload-artifact v4 to fix deprecation
1 parent 1533a61 commit b54b900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew assembleDebug
3636

3737
- name: Upload APK artifact
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: NewPipe-ExternalPlayer-APK
4141
path: external-player/build/outputs/apk/debug/external-player-debug.apk

0 commit comments

Comments
 (0)