try upload artifact v5
Some checks failed
Go-Tests / tests (push) Failing after 22s
Go-Tests / sonar (push) Has been skipped

This commit is contained in:
2025-08-19 16:14:21 +02:00
parent 323b6e651c
commit 23fb18d792

View File

@@ -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: |