Skip to content

Commit f866854

Browse files
authored
build: upgrade artifacts actions to v4 (#13143)
Upgrade action to artifacts v4 (previous version did some convenient merging for us)
1 parent 9829b82 commit f866854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/profiling-node/bindings/cpu_profiler.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ enum ProfileFormat {
2828
kFormatThread = 0,
2929
kFormatChunk = 1,
3030
};
31+
3132
// Allow users to override the default logging mode via env variable. This is
3233
// useful because sometimes the flow of the profiled program can be to execute
3334
// many sequential transaction - in that case, it may be preferable to set eager

0 commit comments

Comments
 (0)