From eca6853b394026a18391a5f08cd69bd2313df171 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 22 Nov 2025 03:15:02 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20korrigiere=20die=20Paketnamen=20f=C3=BCr?= =?UTF-8?q?=20actions/artifact=20in=20renovate.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 3996756..7893a6c 100644 --- a/renovate.json +++ b/renovate.json @@ -4,8 +4,8 @@ { "packageNames": [ "@actions/artifact", - "upload-artifact", - "download-artifact" + "actions/upload-artifact", + "actions/download-artifact" ], "enabled": false }