@@ -131,12 +131,14 @@ jobs:
131131 # attempt to fetch the artifacts from a GitHub Release matching
132132 # otc_version and otc_sumo_version.
133133 - name : Download artifacts from sumologic-otel-collector
134- uses : dawidd6/action-download-artifact@v2.24.3
134+ uses : dawidd6/action-download-artifact@v2.28.0
135135 if : inputs.workflow_id != ''
136136 with :
137137 github_token : ${{ secrets.gh_artifacts_token }}
138138 repo : SumoLogic/sumologic-otel-collector
139139 run_id : ${{ inputs.workflow_id }}
140+ workflow : dev_builds.yml
141+ workflow_conclusion : success
140142 name : ${{ steps.otc-bin.outputs.path }}
141143 path : ./build/gh-artifacts
142144 if_no_artifact_found : fail
@@ -211,12 +213,14 @@ jobs:
211213 # will be made to fetch the artifacts from a GitHub Release matching
212214 # otc_version and otc_sumo_version.
213215 - name : Download artifacts from sumologic-otel-collector
214- uses : dawidd6/action-download-artifact@v2.24.3
216+ uses : dawidd6/action-download-artifact@v2.28.0
215217 if : inputs.workflow_id != ''
216218 with :
217219 github_token : ${{ secrets.gh_artifacts_token }}
218220 repo : SumoLogic/sumologic-otel-collector
219221 run_id : ${{ inputs.workflow_id }}
222+ workflow : dev_builds.yml
223+ workflow_conclusion : success
220224 name : otelcol-sumo-windows_${{ inputs.goarch }}.exe
221225 path : ./build/artifacts
222226 if_no_artifact_found : fail
0 commit comments