Update actions/upload-artifact action to v4 #14

Closed
renovate-bot wants to merge 1 commit from renovate/actions-upload-artifact-4.x into main

View file

@ -35,7 +35,7 @@ jobs:
- name: Run unit tests
run: ./gradlew check
- name: Publish JUnit Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: Unit Test Results