Skip to content

Commit

Permalink
Merge pull request #32 from SumoLogic/fix/ci
Browse files Browse the repository at this point in the history
fix: set workflow filename
  • Loading branch information
amdprophet authored Sep 28, 2023
2 parents fa70b2d + 2e21119 commit 730e7fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/_reusable_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ jobs:
# attempt to fetch the artifacts from a GitHub Release matching
# otc_version and otc_sumo_version.
- name: Download artifacts from sumologic-otel-collector
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v2.28.0
if: inputs.workflow_id != ''
with:
github_token: ${{ secrets.gh_artifacts_token }}
repo: SumoLogic/sumologic-otel-collector
run_id: ${{ inputs.workflow_id }}
workflow: dev_builds.yml
workflow_conclusion: success
name: ${{ steps.otc-bin.outputs.path }}
path: ./build/gh-artifacts
if_no_artifact_found: fail
Expand Down Expand Up @@ -211,12 +213,14 @@ jobs:
# will be made to fetch the artifacts from a GitHub Release matching
# otc_version and otc_sumo_version.
- name: Download artifacts from sumologic-otel-collector
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v2.28.0
if: inputs.workflow_id != ''
with:
github_token: ${{ secrets.gh_artifacts_token }}
repo: SumoLogic/sumologic-otel-collector
run_id: ${{ inputs.workflow_id }}
workflow: dev_builds.yml
workflow_conclusion: success
name: otelcol-sumo-windows_${{ inputs.goarch }}.exe
path: ./build/artifacts
if_no_artifact_found: fail
Expand Down

0 comments on commit 730e7fd

Please sign in to comment.