Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 0404ecf

Browse files
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](actions/download-artifact@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] <[email protected]>
1 parent 15aafc7 commit 0404ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-update-feature-catalog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "FEATURES_ARTIFACTS_COMMUNITY_RUN_ID=${latest_run_id}" >> $GITHUB_ENV
2222
2323
- name: Download features files from Collect feature files (GitHub)
24-
uses: actions/download-artifact@v4
24+
uses: actions/download-artifact@v5
2525
with:
2626
path: features-files-community
2727
name: features-files
@@ -39,7 +39,7 @@ jobs:
3939
echo "FEATURES_ARTIFACTS_EXT_RUN_ID=${latest_run_id}" >> $GITHUB_ENV
4040
4141
- name: Download features files from Collect feature files from PRO (GitHub)
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
path: features-files-ext
4545
name: features-files-ext

0 commit comments

Comments
 (0)