Skip to content

Commit

Permalink
FIX: allow the usage of actions/download-artifact again (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jan 30, 2023
1 parent 4a69cd7 commit b6f7105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc-deploy-dev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ runs:
workflow_conclusion: ${{ inputs.workflow-conclusion }}

- name: "Download the HTML documentation artifact from current workflow"
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v3
if: inputs.workflow == ''
with:
github_token: ${{ inputs.token }}
name: ${{ inputs.doc-artifact-name }}
path: dev

Expand Down

0 comments on commit b6f7105

Please sign in to comment.