[ci] try to fix commit_artifacts step (#27817)

Tries to fix the failure from
https://github.com/facebook/react/actions/runs/7142005723/job/19450371514

I think it failed because we cannot `mv` into a folder with existing
files or folders.

DiffTrain build for commit https://github.com/facebook/react/commit/d3ed07bce036df61fbce52151f1531a5762ba6d6.
This commit is contained in:
kassens
2023-12-08 17:43:09 +00:00
parent d101850e48
commit 2598dd8bfa
7 changed files with 9 additions and 9 deletions
@@ -25474,7 +25474,7 @@ if (__DEV__) {
return root;
}
var ReactVersion = "18.3.0-canary-b36ae8d7a-20231207";
var ReactVersion = "18.3.0-canary-d3ed07bce-20231208";
// Might add PROFILE later.
@@ -9083,7 +9083,7 @@ var devToolsConfig$jscomp$inline_1033 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b36ae8d7a-20231207",
version: "18.3.0-canary-d3ed07bce-20231208",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1226 = {
@@ -9114,7 +9114,7 @@ var internals$jscomp$inline_1226 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b36ae8d7a-20231207"
reconcilerVersion: "18.3.0-canary-d3ed07bce-20231208"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1227 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9509,7 +9509,7 @@ var devToolsConfig$jscomp$inline_1075 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-b36ae8d7a-20231207",
version: "18.3.0-canary-d3ed07bce-20231208",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1267 = {
@@ -9540,7 +9540,7 @@ var internals$jscomp$inline_1267 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-b36ae8d7a-20231207"
reconcilerVersion: "18.3.0-canary-d3ed07bce-20231208"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1268 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -24,7 +24,7 @@ if (__DEV__) {
) {
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
}
var ReactVersion = "18.3.0-canary-b36ae8d7a-20231207";
var ReactVersion = "18.3.0-canary-d3ed07bce-20231208";
// ATTENTION
// When adding new symbols to this file,
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-b36ae8d7a-20231207";
exports.version = "18.3.0-canary-d3ed07bce-20231208";
@@ -576,7 +576,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-b36ae8d7a-20231207";
exports.version = "18.3.0-canary-d3ed07bce-20231208";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
b36ae8d7aab94dae285d9d6a1c5f004e6fc19fc9
d3ed07bce036df61fbce52151f1531a5762ba6d6