fix(ci/cd): update GitHub Actions workflows to resolve deprecated act…#14
Merged
Merged
Conversation
📊 PR Validation Summary
Target Branch: |
…ions and API key issues Breaking Changes Fixed: - Updated actions/upload-artifact from v3 to v4 (v3 deprecated as of April 2024) - Updated actions/download-artifact from v3 to v4 for consistency - Added CHAIR_API_KEY environment variable to all GenAI-related test steps CI/CD Improvements: - GenAI unit tests now have access to API key via GitHub secrets - Integration tests include API key for full service testing - Production deployment tests properly configured with API access - PR validation includes API key for GenAI service testing Environment Configuration: - All workflows now use secrets.CHAIR_API_KEY for external API access - Maintains security by using GitHub secrets instead of hardcoded values - Ensures GenAI service tests can run successfully in CI/CD pipeline Technical Details: - Fixed deprecated artifact actions that were causing pipeline failures - Added proper environment variable injection for API-dependent services - Maintained backward compatibility while upgrading to latest action versions Resolves: GitHub Actions deprecation warnings and GenAI test failures Tests: All workflows now properly handle API key requirements
auyertutan
pushed a commit
that referenced
this pull request
Jul 20, 2025
fix(ci/cd): update GitHub Actions workflows to resolve deprecated act…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ions and API key issues
Breaking Changes Fixed:
CI/CD Improvements:
Environment Configuration:
Technical Details:
Resolves: GitHub Actions deprecation warnings and GenAI test failures
Tests: All workflows now properly handle API key requirements