Skip to content

Commit 6b58e15

Browse files
committed
Update feature flag name
1 parent 3788527 commit 6b58e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/feature-flags.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface FeatureEnablement {
4545
* Legacy features should end with `_enabled`.
4646
*/
4747
export enum Feature {
48-
ArtifactV4Upgrade = "artifact_v2_upgrade",
48+
ArtifactV4Upgrade = "artifact_v4_upgrade",
4949
CleanupTrapCaches = "cleanup_trap_caches",
5050
CppDependencyInstallation = "cpp_dependency_installation_enabled",
5151
DisableCsharpBuildless = "disable_csharp_buildless",

0 commit comments

Comments
 (0)