try upload artifact v5
This commit is contained in:
7
.github/workflows/go-test.yaml
vendored
7
.github/workflows/go-test.yaml
vendored
@@ -17,9 +17,8 @@ jobs:
|
||||
go-version: 1.25
|
||||
- name: Install helm
|
||||
run: |
|
||||
command -v helm || {
|
||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
}
|
||||
command -v helm || curl -sSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
|
||||
- name: Tidy
|
||||
run: |
|
||||
export GOPROXY='https://proxy.golang.org,direct'
|
||||
@@ -28,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
go vet ./...
|
||||
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: tests-results
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user