Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Android build workflows to use
upload-artifact@v4
due to@v3
being deprecated on January 30, 2025 (which is tomorrow at the time of this writing). Theupload-artifact
changes can be seen in this GitHub blog post: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/The
![APK download page](https://private-user-images.githubusercontent.com/5686638/407989514-3867d558-4d45-4d4f-b140-40ce13f2f4fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNDcxNzgsIm5iZiI6MTczOTA0Njg3OCwicGF0aCI6Ii81Njg2NjM4LzQwNzk4OTUxNC0zODY3ZDU1OC00ZDQ1LTRkNGYtYjE0MC00MGNlMTNmMmY0ZmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjAzNDM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWMxZWIwYTdhZDEyYTA0NWQ1YTEwZGFmY2RjNGNmNzYxMWIyZDhlNjllNTU2ZWJiYzFlYjUxNDAyODU3M2JhNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YYUGcPmEPMvDzC3bkA8kQO7ndpLE8JzLucXDnGeANgo)
upload-pages-artifact
is also updated according to https://github.com/actions/upload-pages-artifact to ensure that is on the most up to date version. This workflow updates the page hosted at https://advplyr.github.io/audiobookshelf-app/. I wonder if we still need this page because it is not really advertised anywhere and the APK can be downloaded from the workflow itself. However, the page is very nice and looks professional, but not sure about maintaining it if it breaks. A screenshot of the page is shown below.