Describe the bug
Currently, build-ce7-release.yml still uses actions/cache@v3 , while other workflows already use actions/cache@v4.
To keep consistency across workflows and follow GitHub’s recommendation to upgrade to the latest version, we should update this file to use actions/cache@v4 as well.
To Reproduce
Expected behavior
Screenshots
Additional context