From 99f7863749562e6b62d49d8826aa4aa05d6568fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:01:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/gradle-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 735c0a6..4bdcbe6 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -67,7 +67,7 @@ jobs: mv app-release-aligned.apk app-release.apk - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: app-release path: app-release.apk \ No newline at end of file