Skip to content

Commit 47b912e

Browse files
chore(gha): bump dawidd6/action-download-artifact from 9 to 10
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 10. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v10) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ade04e commit 47b912e

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

0 commit comments

Comments
 (0)