v5 doesn't exists...

This commit is contained in:
2025-08-19 16:15:23 +02:00
parent 23fb18d792
commit 7d48072102

View File

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