From 6873207e7f97cef820b98823a3004b22df9748a7 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Thu, 18 Jul 2024 12:25:58 +0200 Subject: [PATCH] Update artifact name Signed-off-by: Raul Sanchez-Mateos --- .github/actions/project_dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/project_dependencies/action.yml b/.github/actions/project_dependencies/action.yml index 1decd68..c329258 100644 --- a/.github/actions/project_dependencies/action.yml +++ b/.github/actions/project_dependencies/action.yml @@ -50,7 +50,7 @@ runs: - name: Download dependencies artifact uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0 with: - artifact_name: built_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }} + artifact_name: build_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }} workflow_source: build_fastdds.yml workflow_source_repository: eProsima/eProsima-CI target_workspace: ${{ inputs.target_workspace }}