Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix artifact path resolution for workspace upload
- Update upload-artifact paths to use `${{ env.HOME }}` ensuring that `$HOME/tooling` and `$HOME/test_dependencies` are correctly resolved. - Ensure consistency between artifact upload and download paths for reliable workspace restoration. - Retain prior improvements for authentication, caching, and overall workspace management. This change fixes the artifact upload failure due to literal `$HOME` usage.
- Loading branch information