diff --git a/lib/workers/branch/index.js b/lib/workers/branch/index.js
index fcbfd0b491af25c529043f36580b789060e877d6..8dc43b522079e0f5aa5e929dc14ef8a3f3cef6f5 100644
--- a/lib/workers/branch/index.js
+++ b/lib/workers/branch/index.js
@@ -437,11 +437,6 @@ async function processBranch(branchConfig, prHourlyLimitReached, packageFiles) {
           ' - you check the rebase/retry checkbox if found above, or\n';
         content +=
           ' - you rename this PR\'s title to start with "rebase!" to trigger it manually';
-        content += '\n\nThe artifact failure details are included below:\n\n';
-        config.artifactErrors.forEach(error => {
-          content += `##### File name: ${error.lockFile}\n\n`;
-          content += `\`\`\`\n${error.stderr}\n\`\`\`\n\n`;
-        });
         if (
           !(
             config.suppressNotifications.includes('artifactErrors') ||