We (MotherDuck) have an (internal) GitHub workflow that referenced mymindstorm/setup-emsdk@v14. It started breaking (with: "Error: Unable to resolve action. Repository not found: mymindstorm/setup-emsdk") soon after this repo was changed to be under emscripten-core instead of mymindstorm. After diagnosing the problem, changing our reference to emscripten-core/setup-emsdk@v14 appears to work.
I suspect others will be impacted by this, including duckdb-wasm.
We (MotherDuck) have an (internal) GitHub workflow that referenced
mymindstorm/setup-emsdk@v14. It started breaking (with: "Error: Unable to resolve action. Repository not found: mymindstorm/setup-emsdk") soon after this repo was changed to be under emscripten-core instead of mymindstorm. After diagnosing the problem, changing our reference toemscripten-core/setup-emsdk@v14appears to work.I suspect others will be impacted by this, including duckdb-wasm.