Use patched upload-artifact action.
All checks were successful
Test \'N Build / test (push) Successful in 1m39s
Test \'N Build / build (push) Successful in 1m21s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 00:20:31 -04:00
parent 3d0a478a52
commit f3e1792287

View File

@ -16,7 +16,7 @@ jobs:
- name: do the actual test thing
run: go test -json > testresults-1.23.1.json
- name: upload test results
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: go-results-1.23.1
path: testresults-1.23.1.json