Use patched upload-artifact action.
This commit is contained in:
parent
3d0a478a52
commit
f3e1792287
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: do the actual test thing
|
- name: do the actual test thing
|
||||||
run: go test -json > testresults-1.23.1.json
|
run: go test -json > testresults-1.23.1.json
|
||||||
- name: upload test results
|
- name: upload test results
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: go-results-1.23.1
|
name: go-results-1.23.1
|
||||||
path: testresults-1.23.1.json
|
path: testresults-1.23.1.json
|
||||||
|
Loading…
Reference in New Issue
Block a user