From ce0f6ccc3b552741119f1f70e8d5c7665e5dfec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:16:43 +0200 Subject: [PATCH] chore(gha): bump dawidd6/action-download-artifact from 5 to 6 (#356) --- ...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 713f551..e14a8d3 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@v5 + uses: dawidd6/action-download-artifact@v6 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 c33ddab..948ac43 100644 --- a/.github/workflows/surge-pr-fork-02-deploy.yml +++ b/.github/workflows/surge-pr-fork-02-deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - name: download dist artifact - uses: dawidd6/action-download-artifact@v5 + uses: dawidd6/action-download-artifact@v6 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pr-build-dist # must be kept in sync with the artifact name downloaded in the build stage