From 456638778b01d410a11c422c43b06388c1ce9a3d Mon Sep 17 00:00:00 2001 From: BlazingTwist <39350649+BlazingTwist@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:23:03 +0100 Subject: [PATCH] use different action to retrieve artifact across separate workflows --- .github/workflows/gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 935a2d4..f0ec89b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -46,8 +46,10 @@ jobs: redocly build-docs ./src/main/resources/dx/Swagger.schema.yml --output=./docs/api-docs/swagger.html - name: Retrieve Jacoco Report - uses: actions/download-artifact@master + uses: dawidd6/action-download-artifact@v3 with: + workflow: maven.yml + workflow_conclusion: success name: jacoco-site path: ./docs/jacoco