Let's my way to do this, consider $a_n= \sum_{k=1}^n (-1)^{k-1}\frac{k}{4k-3}$, and then $$ \begin{align} \frac{1}{n}(a_1+a_2+\cdots+a_n)&=\frac{1}{n}\sum_{k=1}^{n}\sum_{j=1}^k (-1)^{j-1}\frac{j}{4j-3}\\ &=\frac{1}{n}\sum_{j=1}^n (-1)^{j-1}\frac{j}{4j-3}\sum_{k=j}^n1\\ &=\sum_{j=1}^n(-1)^{j-1}\frac{j}{4j-3}\left(1-\frac{j-1}{n}\right) \end{align} $$
I try to write the last one as the partial sum of the form of Riemann integral, but I can't find a good way to write it.