### TL;DR Since GitHub Runners are weak, extracting takes a long time:  On self hosted Runners this only takes a second. ### Expected behavior There should be a change, where these files get downloaded since Network is faster than local CPU. ### Observed behavior _No response_ ### Action YAML ```yaml - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@v2 with: install_components: 'kubectl,skaffold' ``` ### Log output ```text ``` ### Additional information _No response_