We will first prove two results.
Theorem 1 Let $ (f_{n})_{n \in \mathbb{N}} $ be a sequence of continuous functions on $ [0,1] $ that converges uniformly to some function $ f $ on $ [0,1] $. Then $ f $ must be continuous on $ [0,1] $.
Proof: Let $ \epsilon > 0 $. Then there exists an $ N \in \mathbb{N} $ such that for all integers $ n \geq N $, we have
$$
\forall x \in [0,1]: \quad |{f_{n}}(x) - f(x)| < \frac{\epsilon}{3}.
$$
To prove that $ f $ is continuous, pick an arbitrary $ x_{0} \in [0,1] $. As $ f_{N} $ is continuous by assumption, there exists a $ \delta > 0 $ such that $ |{f_{N}}(x_{0}) - {f_{N}}(x)| < \dfrac{\epsilon}{3} $ for all $ x \in (x_{0} - \delta,x_{0} + \delta) \cap [0,1] $. Hence, by the Triangle Inequality, we see that for all $ x \in (x_{0} - \delta,x_{0} + \delta) \cap [0,1] $, the following relations hold:
\begin{align}
|f(x_{0}) - f(x)|
&= |[f(x_{0}) - {f_{N}}(x_{0})] + [{f_{N}}(x_{0}) - {f_{N}}(x)] + [{f_{N}}(x) - f(x)]| \\
&\leq |f(x_{0}) - {f_{N}}(x_{0})| + |{f_{N}}(x_{0}) - {f_{N}}(x)| + |{f_{N}}(x) - f(x)| \\
&< \frac{\epsilon}{3} + \frac{\epsilon}{3} + \frac{\epsilon}{3} \\
&= \epsilon.
\end{align}
As $ x_{0} $ and $ \epsilon $ are arbitrary, we conclude that $ f $ is indeed continuous on $ [0,1] $. $ \quad \spadesuit $
Theorem 2 Let $ (f_{n})_{n \in \mathbb{N}} $ be a sequence of (not-necessarily-continuous) functions on $ [0,1] $ that converges uniformly to some function $ f $ on $ [0,1] $. Then $ (f_{n})_{n \in \mathbb{N}} $ converges pointwise to $ f $.
Proof: This follows directly from the definition of uniform convergence. For any $ \epsilon > 0 $, there exists an $ N \in \mathbb{N} $ such that for all integers $ n \geq N $, we have
$$
\forall x \in [0,1]: \quad |{f_{n}}(x) - f(x)| < \epsilon.
$$
Therefore, for all $ x \in [0,1] $, we get $ \displaystyle \lim_{n \to \infty} {f_{n}}(x) = f(x) $. $ \quad \spadesuit $
This corollary is in response to the OP's latest question.
Corollary Let $ (f_{n})_{n \in \mathbb{N}} $ be a sequence of (not-necessarily-continuous) functions on $ [0,1] $ and $ f $ a function on $ [0,1] $ also. If $ {f_{n}}(x) \nrightarrow f(x) $ for some $ x \in [0,1] $, then $ (f_{n})_{n \in \mathbb{N}} $ does not converge uniformly to $ f $.
Proof: By Theorem 2, uniform convergence implies pointwise convergence; if pointwise convergence fails, then uniform convergence fails. $ \quad \spadesuit $
Assume now, for the sake of contradiction, that the sequence $ (f_{n})_{n \in \mathbb{N}} := (\sqrt[n]{\bullet})_{n \in \mathbb{N}} $ of continuous functions on $ [0,1] $ converges uniformly to some function $ f $ on $ [0,1] $. By Theorem 1, $ f $ is continuous on $ [0,1] $. By Theorem 2, $ f $ can be computed as the pointwise limit of $ (f_{n})_{n \in \mathbb{N}} $. Hence,
\begin{equation}
f(x) = \left\{
\begin{array}{ll}
0 & \text{if $ x = 0 $}; \\
1 & \text{if $ x \in (0,1] $}.
\end{array} \right.
\end{equation}
However, $ f $ is clearly not continuous at $ 0 $, thus contradicting Theorem 1.
Conclusion: $ (f_{n})_{n \in \mathbb{N}} $ does not converge uniformly to any function on $ [0,1] $. However, it does converge pointwise to the piecewise-defined function $ f $ described above.
The main point here is that uniform convergence and pointwise convergence are two different concepts. Uniform convergence implies pointwise convergence, but not vice-versa.