Update actions/upload-artifact action to v4
Some checks failed
Build & Test / Validate (pull_request) Successful in 16s
Build & Test / Run Unit Tests (pull_request) Failing after 13m3s
Build & Test / Run UI Tests (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-10-02 15:03:08 +00:00
parent d9032fb686
commit 8947ade2ad

View file

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