From 839aa1ce916baba35c2b89731c9ad93953da905e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:47:58 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.2 --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 5bcf8d4..891c9a9 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -56,7 +56,7 @@ jobs: - name: Upload APK if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo' - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 with: name: Release path: ${{ github.workspace }}/app/build/outputs/apk/release \ No newline at end of file