Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github actions upload-artfiact to version 4 due to EOL (#483)
### Description Github is setting actions/upload-artifact version 3 to EOL and workflows will fail because of it #### Other changes none ### Tested We've used version 4 in other workflows and haven't had any issues. <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the GitHub Actions workflow for continuous integration by changing the version of the `actions/upload-artifact` from `v3` to `v4`. ### Detailed summary - Updated the `actions/upload-artifact` from `v3` to `v4` in the `.github/workflows/ci.yml` file. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> Co-authored-by: pputman12 <[email protected]>
- Loading branch information