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: | 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@v5 - uses: actions/upload-artifact@v4
with: with:
name: tests-results name: tests-results
path: | path: |