From 835cbf5fd2499af7f0933011ac9dc1c6221a3abc Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Sep 2024 12:08:47 +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 c62618192f..b3c7542daf 100644 --- a/.github/workflows/release-step-3.yml +++ b/.github/workflows/release-step-3.yml @@ -115,10 +115,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.apm' - artifactid: 'elastic-apm-agent' + group-id: 'co.elastic.apm' + artifact-id: 'elastic-apm-agent' version: ${{ env.RELEASE_VERSION }} build-and-push-docker-images: