Migrate github actions to v4
Overview
As a developer, our github actions should be fully functional in order to maintain effective CI/CD flows.
From Karen on slack:
Hi Dev team! I received this message from GitHub that I think pertains to some of the GitHub Actions we had in our workflow.
Artifact actions v3 will be deprecated by December 5, 2024. You are receiving this email because you have GitHub Actions workflows using v3 of actions/upload-artifact or actions/download-artifact. After this date using v3 of these actions will result in a workflow failure. Artifacts within their retention period will remain accessible from the UI or REST API regardless of the version used to upload. To raise awareness of the upcoming removal, we will temporarily fail jobs using v3 of actions/upload-artifact or actions/download-artifact. Builds that are scheduled to run during the brownout periods will fail. The brownouts are scheduled for the following dates and times: November 14, 12pm - 1pm EST November 21, 9am - 5pm EST What you need to do Update workflows to begin using v4 of the artifact actions as soon as possible. While v4 improves upload and download speeds by up to 98% and includes several new features, there are key differences from previous versions that may require updates to your workflows. Please see the documentation in the project repositories for guidance on how to migrate your workflows.
Action Items
Github actions effected:
- [ ]
build-deploy-stage.yml - [ ]
codeql-analysis.yml - [ ]
linter.yml - [ ] Search for the following text:
@v3to find v3 actions. Example:actions/checkout@v3
Resources/Instructions
@LoTerence this issue looks good too, please move it to prioritized backlog / in-progress as needed