From 00d5f837666a6428d0bf1794e7c2204c7dab73c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:42:17 +0000 Subject: [PATCH] chore(gha): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 8ea048c..87a27f0 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@v7 + uses: actions/download-artifact@v8 with: name: maxgraph_${{ env.VERSION }}_examples.zip path: artifacts/examples