Previous builds are getting an error message due to the deprecation of some older github actions. This is an attempt to get our builds working again.
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Checklist
[x] ./gradlew build compiles code correctly
[ ] Added new tests where applicable
[x] ./gradlew test passes all tests
[ ] Extended README or added javadocs where applicable
Context
Previous builds are getting an error message due to the deprecation of some older github actions. This is an attempt to get our builds working again.
Checklist
./gradlew build
compiles code correctly./gradlew test
passes all tests