diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 57e2f42..cd5d460 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.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: Release path: ${{ github.workspace }}/app/build/outputs/apk/release \ No newline at end of file