Suppose $\{X_n\}$ is uncorrelated sequence,meaning $$\mathrm{Cov}(X_i,X_j)=0, i\not= j$$ If there exists a constat $c>0$ such that $\mathrm{Var}(X_n)\leq c$ for all $n\geq 1$, then for any $\alpha > \frac{1}{2}$ we have $$\frac{\sum_{i=1}^{n}X_i}{n^\alpha}\stackrel{L_2}{\longrightarrow}0.$$
Proof
I want to show that $E[|\frac{\sum_{i=1}^{n}X_i}{n^\alpha}-0|^2]\rightarrow 0$ as $n\rightarrow \infty$. Observe $$E[|\frac{\sum_{i=1}^{n}X_i}{n^\alpha}-0|^2]=E[(\frac{\sum_{i=1}^{n}X_i}{n^\alpha})^2]=E[\frac{(\sum_{i=1}^{n}X_i)^2}{n^{2\alpha}}]=E[(\sum_{i=1}^{n}X_i)^2)]\frac{1}{n^{2\alpha}}\rightarrow 0$$
The conclusion is not correct without further assumptions. For example, you might have $X_i = 2^i$ almost surely. Then all variances and covariances are $0$, while $\sum_{i=1}^n X_i/n^\alpha = (2^{n+1}-2)/n^\alpha \to +\infty$, not $0$.