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