Downgrade upload-artifact to v3
All checks were successful
Build & Test / Validate (pull_request) Successful in 14s
Build & Test / Run Unit Tests (pull_request) Successful in 6m3s
Build & Test / Validate (push) Successful in 14s
Build & Test / Run Unit Tests (push) Successful in 6m20s

v4 doesn't seem to support self hosted solutions
This commit is contained in:
William Brawner 2024-07-01 22:18:38 -06:00
parent 10bd4d8866
commit af88a5dca6
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -37,7 +37,7 @@ jobs:
with:
arguments: check
- name: Publish JUnit Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: always()
with:
name: Unit Test Results