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