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

Bump actions/download-artifact from 4 to 5 #1803

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs-update-feature-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down