use fork of upload artifact
This commit is contained in:
3
.github/workflows/go-test.yaml
vendored
3
.github/workflows/go-test.yaml
vendored
@@ -27,7 +27,8 @@ jobs:
|
||||
run: |
|
||||
go vet ./...
|
||||
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
||||
- uses: actions/upload-artifact@v4
|
||||
# - uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: tests-results
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user