We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a34eff commit d74490fCopy full SHA for d74490f
1 file changed
.github/workflows/publish-docs.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo "$GITHUB_CONTEXT"
18
19
- name: Download artifact
20
- uses: dawidd6/action-download-artifact@v19
+ uses: dawidd6/action-download-artifact@v20
21
if: github.event.workflow_run.conclusion == 'success'
22
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments