From 2f6512ff7acfa1b99f02942fdb1fdd5f866f42b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:41:57 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.0 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 85b8fd2..d47f072 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Upload APK if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo' - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Release path: ${{ github.workspace }}/app/build/outputs/apk/release \ No newline at end of file