ryooo
ryooo
In my case, I was able to do the following. ```yaml - id: check-artifact-exist run: | url="https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/runs/${run-id}/artifacts" echo "artifact-name=$(curl -fsSL "$url" | jq -r '.artifacts[0].name')" >> $GITHUB_OUTPUT - uses: actions/download-artifact@v4...
In my case, fixed by below option. ``` onKeyDown={(evn) => { if (evn.nativeEvent.isComposing) { return false } }} ```