Downgrade upload-artifact to v3
v4 doesn't seem to support self hosted solutions
This commit is contained in:
parent
10bd4d8866
commit
af88a5dca6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
arguments: check
|
arguments: check
|
||||||
- name: Publish JUnit Results
|
- name: Publish JUnit Results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: Unit Test Results
|
name: Unit Test Results
|
||||||
|
|
Loading…
Reference in a new issue