We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0b60d commit 85ea1c0Copy full SHA for 85ea1c0
.github/workflows/release-step-3.yml
@@ -115,10 +115,10 @@ jobs:
115
needs:
116
- validate-tag
117
steps:
118
- - uses: elastic/apm-pipeline-library/.github/actions/await-maven-artifact@current
+ - uses: elastic/oblt-actions/maven/await-artifact@v1
119
with:
120
- groupid: 'co.elastic.apm'
121
- artifactid: 'elastic-apm-agent'
+ group-id: 'co.elastic.apm'
+ artifact-id: 'elastic-apm-agent'
122
version: ${{ env.RELEASE_VERSION }}
123
124
build-and-push-docker-images:
0 commit comments