Update actions/upload-artifact action to v4
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 3m44s
Some checks failed
Pull request workflow / Build and Test (pull_request) Failing after 3m44s
This commit is contained in:
parent
fbc936e2bb
commit
788ebcaff1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arguments: --stacktrace check
|
arguments: --stacktrace 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
|
||||||
|
|
Loading…
Reference in a new issue