From f360d49f6eef278ce854e06cef4f519c5ca5462d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Sep 2024 12:11:22 +0200 Subject: [PATCH] github-action: use oblt-actions/maven/await-artifact --- .github/workflows/release-step-3.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-step-3.yml b/.github/workflows/release-step-3.yml index f8984ce4..13e16540 100644 --- a/.github/workflows/release-step-3.yml +++ b/.github/workflows/release-step-3.yml @@ -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: