From 7a3d899d31107b9c35a6f1eb1741da05e7938366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 14:42:31 +0000 Subject: [PATCH] chore(gha): bump dawidd6/action-download-artifact from 20 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ...lease-update_bpmn_visualization_version_in_Examples_repo.yml | 2 +- .github/workflows/surge-pr-fork-02-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml index bb4ee5f..b3b49ed 100644 --- a/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml +++ b/.github/workflows/post-release-update_bpmn_visualization_version_in_Examples_repo.yml @@ -35,7 +35,7 @@ jobs: - name: Delete old Demo run: rm -rf README.md - name: Download Demo ${{ env.VERSION }} - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: github_token: ${{ secrets.GH_RELEASE_TOKEN }} repo: ${{ env.BUILD_DEMO_REPO }} diff --git a/.github/workflows/surge-pr-fork-02-deploy.yml b/.github/workflows/surge-pr-fork-02-deploy.yml index 8fb26a7..524b790 100644 --- a/.github/workflows/surge-pr-fork-02-deploy.yml +++ b/.github/workflows/surge-pr-fork-02-deploy.yml @@ -26,7 +26,7 @@ jobs: # echo "workflow_run: ${{toJSON(github.event.workflow_run)}}" - name: download dist artifact - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }}