Skip to content

Comments

fix(currency-workflow): Upgrade checkout action and optimize package cache#7941

Open
rahulssv-ibm wants to merge 2 commits intoppc64le:masterfrom
rahulssv-ibm:fix/gha-workflows
Open

fix(currency-workflow): Upgrade checkout action and optimize package cache#7941
rahulssv-ibm wants to merge 2 commits intoppc64le:masterfrom
rahulssv-ibm:fix/gha-workflows

Conversation

@rahulssv-ibm
Copy link
Contributor

This PR updates the GitHub Actions checkout step to v6 and refactors how the package-cache artifact is handled to improve workflow performance and efficiency.

Key Changes

  • Bumped actions/checkout from @v4 to @v6 across all workflow jobs.
  • Refactored package-cache handling. The workflow now compresses (tar -czf) the cache directory into package-cache.tar.gz before uploading and extracts (tar -xzf) it upon downloading, replacing raw directory uploads.
  • Removed the ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY environment variable from upload steps and cleaned up trailing whitespace and dead/commented-out code.

…uild workflow

Signed-off-by: Rahul Vishwakarma <Rahul.Vishwakarma2@ibm.com>
Signed-off-by: Rahul Vishwakarma <Rahul.Vishwakarma2@ibm.com>
@rahulssv-ibm rahulssv-ibm marked this pull request as ready for review February 20, 2026 16:08
@rahulssv-ibm
Copy link
Contributor Author

This PR will resolve Error: getaddrinfo EAI_AGAIN productionresultssa0.blob.core.windows.net
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant