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