From 481c870bada1c64cc9ad75cf5cff7b992030c683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:19:07 +0000 Subject: [PATCH] chore(gha): bump dawidd6/action-download-artifact from 6 to 7 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact 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 540af36..5007ca1 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@v6 + uses: dawidd6/action-download-artifact@v7 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 4917c45..80e26a8 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@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }}