diff --git a/.github/workflows/release-step-3.yml b/.github/workflows/release-step-3.yml index 2a09d5b..52d9664 100644 --- a/.github/workflows/release-step-3.yml +++ b/.github/workflows/release-step-3.yml @@ -123,10 +123,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.logging' - artifactid: 'ecs-logging-core' + group-id: 'co.elastic.logging' + artifact-id: 'ecs-logging-core' version: ${{ inputs.version }} create-github-release: