2 Commits

Author SHA1 Message Date
295d7d5373 use fork of upload artifact
Some checks failed
Go-Tests / tests (push) Successful in 1m57s
Go-Tests / sonar (push) Failing after 1m30s
2025-08-19 16:20:03 +02:00
7d48072102 v5 doesn't exists... 2025-08-19 16:15:23 +02:00

View File

@@ -27,7 +27,8 @@ jobs:
run: |
go vet ./...
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
- uses: actions/upload-artifact@v5
# - uses: actions/upload-artifact@v4
- uses: christopherhx/gitea-upload-artifact@v4
with:
name: tests-results
path: |