From 59a0abbb32fdd501e8d84894e78f0fc5bf39ea95 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Sep 2024 12:10:59 +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 2a09d5bc..52d9664f 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: