From 0404ecff5b1110442d8537a8ab588c0d94aab6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:02:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-update-feature-catalog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-update-feature-catalog.yml b/.github/workflows/docs-update-feature-catalog.yml index 23539e8069..c956cfc76c 100644 --- a/.github/workflows/docs-update-feature-catalog.yml +++ b/.github/workflows/docs-update-feature-catalog.yml @@ -21,7 +21,7 @@ jobs: echo "FEATURES_ARTIFACTS_COMMUNITY_RUN_ID=${latest_run_id}" >> $GITHUB_ENV - name: Download features files from Collect feature files (GitHub) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: features-files-community name: features-files @@ -39,7 +39,7 @@ jobs: echo "FEATURES_ARTIFACTS_EXT_RUN_ID=${latest_run_id}" >> $GITHUB_ENV - name: Download features files from Collect feature files from PRO (GitHub) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: features-files-ext name: features-files-ext