Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Delete old Demo
run: rm -rf README.md
- name: Download Demo ${{ env.VERSION }}
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v12
with:
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
repo: ${{ env.BUILD_DEMO_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-pr-fork-02-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# echo "workflow_run: ${{toJSON(github.event.workflow_run)}}"

- name: download dist artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v12
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
run_id: ${{ github.event.workflow_run.id }}
Expand Down