Update actions/upload-artifact action to v4
Some checks failed
Build & Test / Validate (pull_request) Successful in 17s
Build & Test / Run Unit Tests (pull_request) Failing after 7m47s
Build & Test / Run UI Tests (pull_request) Successful in 11m4s

This commit is contained in:
Renovate Bot 2024-08-09 02:01:46 +00:00
parent a4bcba188a
commit 1090dbac90

View file

@ -37,7 +37,7 @@ jobs:
with: with:
arguments: check arguments: 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