Skip to content

Commit 37c2e15

Browse files
chore(gha): bump dawidd6/action-download-artifact from 9 to 11 (#414)
1 parent ec8d210 commit 37c2e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Delete old Demo
3636
run: rm -rf README.md
3737
- name: Download Demo ${{ env.VERSION }}
38-
uses: dawidd6/action-download-artifact@v9
38+
uses: dawidd6/action-download-artifact@v11
3939
with:
4040
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
4141
repo: ${{ env.BUILD_DEMO_REPO }}

.github/workflows/surge-pr-fork-02-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# echo "workflow_run: ${{toJSON(github.event.workflow_run)}}"
2727

2828
- name: download dist artifact
29-
uses: dawidd6/action-download-artifact@v9
29+
uses: dawidd6/action-download-artifact@v11
3030
with:
3131
workflow: ${{ github.event.workflow_run.workflow_id }}
3232
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)