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) -