Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2642b6

Browse files
committed
Remove logging that mentions feature flags for clarity
1 parent 6b58e15 commit d2642b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/debug-artifacts.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.

lib/debug-artifacts.js.map

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/debug-artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export async function getArtifactUploaderClient(
301301
return artifactLegacy.create();
302302
} else if (!(await features.getValue(Feature.ArtifactV4Upgrade))) {
303303
logger.info(
304-
"Debug artifacts can be consumed with `actions/download-artifact@v3` because the value of the relevant feature flag is false. To use the `actions/download-artifact@v4`, set the `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` environment variable to true.",
304+
"Debug artifacts can be consumed with `actions/download-artifact@v3`. To use the `actions/download-artifact@v4`, set the `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` environment variable to true.",
305305
);
306306
return artifactLegacy.create();
307307
} else {

0 commit comments

Comments
 (0)