Update GitHub Actions to latest versions#3038
Conversation
Updated `actions/upload-artifact` to v5 and `actions/download-artifact` to v6 across multiple workflow steps to ensure compatibility, security, and improved functionality. Artifact names and paths remain unchanged. No modifications were made to the `actions/checkout` action or workflow logic.
|
Caution Review failedThe pull request is closed. WalkthroughGitHub Actions workflow action versions are updated across Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Dependencies pulled forward with zero logic drift. Standard maintenance. Verify action compatibility against actual runner environment if non-standard constraints exist, but realistically: this is a rubber stamp. Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Comment |
- Bump `actions/checkout` to v5 across all steps. - Add conditional logic to `Fix contributions if main` step. - Specify Java 17 and `zulu` distribution in setup. - Expand token replacement to additional file types. - Adjust release job conditions for production readiness. - Upgrade `actions/download-artifact` to v6. - Add PowerShell script to locate files in `Find files` step.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-3038.westeurope.5.azurestaticapps.net |
Updated
actions/upload-artifactto v5 andactions/download-artifactto v6 across multiple workflow steps to ensure compatibility, security, and improved functionality. Artifact names and paths remain unchanged. No modifications were made to theactions/checkoutaction or workflow logic.Summary by CodeRabbit