From 5ba1efc858372dbdada37b2a744977fe9dfcaed3 Mon Sep 17 00:00:00 2001 From: Lukas Hanusovsky <61745358+lhanusov@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:59:40 +0100 Subject: [PATCH] Surefire reports - support 26.0 release branch Closes #34681 Signed-off-by: Lukas Hanusovsky --- .github/actions/archive-surefire-reports/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/archive-surefire-reports/action.yml b/.github/actions/archive-surefire-reports/action.yml index 99da5f7246..91b1c52547 100644 --- a/.github/actions/archive-surefire-reports/action.yml +++ b/.github/actions/archive-surefire-reports/action.yml @@ -7,7 +7,7 @@ inputs: release-branches: description: 'List of all related release branches (in JSON format)' required: false - default: '["refs/heads/release/22.0","refs/heads/release/24.0"]' + default: '["refs/heads/release/22.0","refs/heads/release/24.0","refs/heads/release/26.0"]' keep-days: description: 'For how many days to store the particular artifact.' required: false