Skip to content

Commit

Permalink
github-action: use oblt-actions/maven/await-artifact (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 12, 2024
1 parent 873af01 commit ccea009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ jobs:
needs:
- validate-tag
steps:
- uses: elastic/apm-pipeline-library/.github/actions/await-maven-artifact@current
- uses: elastic/oblt-actions/maven/await-artifact@v1
with:
groupid: 'co.elastic.otel'
artifactid: 'elastic-otel-javaagent'
group-id: 'co.elastic.otel'
artifact-id: 'elastic-otel-javaagent'
version: ${{ inputs.version }}

post-release:
Expand Down

0 comments on commit ccea009

Please sign in to comment.