We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6652836 + acf0e5e commit 7da6829Copy full SHA for 7da6829
.github/workflows/linux.yml
@@ -97,7 +97,7 @@ jobs:
97
docker compose -f env/docker-compose-kafka.yaml down
98
99
- name: Archive code coverage results
100
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
101
with:
102
name: coverage
103
path: ./tests/coverage-ci/kafka.out
.github/workflows/linux_durability.yml
@@ -68,7 +68,7 @@ jobs:
68
go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/kafka_dur.out -covermode=atomic jobs_kafka_durability_test.go
69
70
71
72
73
74
path: ./tests/coverage-ci/kafka_dur.out
0 commit comments