Skip to content

Commit 85ea1c0

Browse files
authored
github-action: use oblt-actions/maven/await-artifact (#3796)
1 parent 1e0b60d commit 85ea1c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-step-3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ jobs:
115115
needs:
116116
- validate-tag
117117
steps:
118-
- uses: elastic/apm-pipeline-library/.github/actions/await-maven-artifact@current
118+
- uses: elastic/oblt-actions/maven/await-artifact@v1
119119
with:
120-
groupid: 'co.elastic.apm'
121-
artifactid: 'elastic-apm-agent'
120+
group-id: 'co.elastic.apm'
121+
artifact-id: 'elastic-apm-agent'
122122
version: ${{ env.RELEASE_VERSION }}
123123

124124
build-and-push-docker-images:

0 commit comments

Comments
 (0)