Skip to content

Commit f80f36a

Browse files
authored
github-action: use oblt-actions/maven/await-artifact (#282)
1 parent abd216a commit f80f36a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ jobs:
123123
needs:
124124
- validate-tag
125125
steps:
126-
- uses: elastic/apm-pipeline-library/.github/actions/await-maven-artifact@current
126+
- uses: elastic/oblt-actions/maven/await-artifact@v1
127127
with:
128-
groupid: 'co.elastic.logging'
129-
artifactid: 'ecs-logging-core'
128+
group-id: 'co.elastic.logging'
129+
artifact-id: 'ecs-logging-core'
130130
version: ${{ inputs.version }}
131131

132132
create-github-release:

0 commit comments

Comments
 (0)