Skip to content

Commit 34a709d

Browse files
authored
ci: bump action-download-artifact from v7 to v8 (#399)
1 parent 6581624 commit 34a709d

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@v7
38+
uses: dawidd6/action-download-artifact@v8
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@v7
29+
uses: dawidd6/action-download-artifact@v8
3030
with:
3131
workflow: ${{ github.event.workflow_run.workflow_id }}
3232
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)