Verify your download
Confirm the file you downloaded really is that new firmware.
macOS / Linux (Terminal)
shasum -a 256 firmware.uf2
Linux also has sha256sum firmware.uf2.
Windows (PowerShell)
Get-FileHash firmware.uf2 -Algorithm SHA256
Compare the result to the SHA256 on the website — it should match exactly.