rusackas opened a new pull request, #36432: URL: https://github.com/apache/superset/pull/36432
## Summary This PR upgrades the GitHub Actions artifact upload/download actions to their latest versions across all workflows. ## Changes - `actions/upload-artifact@v4` → `@v5` (6 occurrences) - `actions/download-artifact@v5` → `@v6` (4 occurrences) ## Benefits The new versions include: - **Performance improvements**: Faster artifact uploads and downloads - **Better compression**: Reduced artifact sizes saving storage and bandwidth - **Improved reliability**: Better error handling and retry logic - **Bug fixes**: Various issues resolved since previous versions - **New features**: Support for latest GitHub Actions features ## Affected Workflows - `superset-e2e.yml` - Cypress and Playwright E2E tests - `superset-extensions-cli.yml` - Extensions CLI testing - `superset-frontend.yml` - Frontend build and testing - `superset-playwright.yml` - Playwright tests ## Testing - All workflows use the same artifact action patterns - These are widely-used, stable GitHub Actions maintained by GitHub - The upgrade path is straightforward with no breaking changes ## References - [upload-artifact v5 release notes](https://github.com/actions/upload-artifact/releases/tag/v5.0.0) - [download-artifact v6 release notes](https://github.com/actions/download-artifact/releases/tag/v6.0.0) 🤖 Generated with [Claude Code](https://claude.ai/code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
