Skip to content

Commit

Permalink
use different action to retrieve artifact across separate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingTwist committed Jan 29, 2024
1 parent 2ba52bb commit 4566387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4566387

Please sign in to comment.