The 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1461
**Author:** [@nichwall](https://github.com/nichwall)
**Created:** 1/30/2025
**Status:** ✅ Merged
**Merged:** 1/31/2025
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `build_apk_workflow_update`
---
### 📝 Commits (2)
- [`5d29efe`](https://github.com/advplyr/audiobookshelf-app/commit/5d29efe1d5ee15c33de0412653a9df4a368a0cbe) Update: upload_artifact to v4 due to deprecation
- [`1c302a7`](https://github.com/advplyr/audiobookshelf-app/commit/1c302a7ac161edc830b44e2be65536b3d32a201f) Update deploy APK workflow
### 📊 Changes
**2 files changed** (+90 additions, -90 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/workflows/build-apk.yml` (+38 -38)
📝 `.github/workflows/deploy-apk.yml` (+52 -52)
</details>
### 📄 Description
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). The `upload-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 `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.

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1461
Author: @nichwall
Created: 1/30/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @advplyr
Base:
master← Head:build_apk_workflow_update📝 Commits (2)
5d29efeUpdate: upload_artifact to v4 due to deprecation1c302a7Update deploy APK workflow📊 Changes
2 files changed (+90 additions, -90 deletions)
View changed files
📝
.github/workflows/build-apk.yml(+38 -38)📝
.github/workflows/deploy-apk.yml(+52 -52)📄 Description
This PR updates the Android build workflows to use
upload-artifact@v4due to@v3being deprecated on January 30, 2025 (which is tomorrow at the time of this writing). Theupload-artifactchanges can be seen in this GitHub blog post: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/The

upload-pages-artifactis 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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.