From e11e15eee32a1ac168298117d80074ca4472931a Mon Sep 17 00:00:00 2001 From: AssahBismarkabah Date: Thu, 5 Dec 2024 09:56:06 +0100 Subject: [PATCH] fix: ci failure --- .github/workflows/ci.yaml | 1 + CHANGELOG.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79a01a60a..ddc36dcf4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -301,6 +301,7 @@ jobs: - uses: actions/download-artifact@v4.1.8 with: path: assets + pattern: keycloak-config-cli* - name: Write release tag without v id: strip-v-tag run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 87950644e..20243c50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - +### Fixed +- Fix ci failure actions/upload-artifact@v4 new public artifacts are no longer accessible ## [6.2.0] - 2024-12-03 ### Fix Fails to delete authentication flow when it's referenced as an IdP [#868](https://github.com/adorsys/keycloak-config-cli/issues/868) -