use fork of upload artifact
Some checks failed
Go-Tests / tests (push) Successful in 1m57s
Go-Tests / sonar (push) Failing after 1m30s

This commit is contained in:
2025-08-19 16:20:03 +02:00
parent 7d48072102
commit 295d7d5373

View File

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