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