We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1bec0 commit 5f8c9aaCopy full SHA for 5f8c9aa
.github/workflows/pr-test.yml
@@ -32,7 +32,7 @@ jobs:
32
args: copyAllReports --output-dir=/tmp/test-reports
33
34
- name: Archive test reports
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: test-reports
38
path: /tmp/test-reports
kafka-bom/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
7
-var confluentVersion = "7.7.0"
+var confluentVersion = "7.9.0"
8
var confluentCcsVersion = "$confluentVersion-ccs"
9
var protobufVersion = "3.25.5"
10
0 commit comments