Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflow to include checkout step for artifact …
…handling - Added a checkout step using actions/checkout@v4 to the GitHub Actions workflow, ensuring the repository is checked out before downloading artifacts. - This change improves the workflow's reliability by ensuring that the necessary codebase is available for subsequent steps in the CI/CD pipeline.
- Loading branch information