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