From 487c375ffd8a2590668bdfe86fe6873103de8e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:42:21 +0000 Subject: [PATCH] chore(gha): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../workflows/post-release-create-gh-release_Examples_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release-create-gh-release_Examples_repo.yml b/.github/workflows/post-release-create-gh-release_Examples_repo.yml index 76211e3..8ea048c 100644 --- a/.github/workflows/post-release-create-gh-release_Examples_repo.yml +++ b/.github/workflows/post-release-create-gh-release_Examples_repo.yml @@ -52,7 +52,7 @@ jobs: echo "TAG=${GITHUB_REF_NAME}" >> $GITHUB_ENV - name: Download examples artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: maxgraph_${{ env.VERSION }}_examples.zip path: artifacts/examples