Skip to content

Commit a0e3843

Browse files
Revert "chore: bumping confluentVersion (#105)"
This reverts commit 5f8c9aa.
1 parent 5f8c9aa commit a0e3843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
args: copyAllReports --output-dir=/tmp/test-reports
3333

3434
- name: Archive test reports
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: test-reports
3838
path: /tmp/test-reports

kafka-bom/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66

7-
var confluentVersion = "7.9.0"
7+
var confluentVersion = "7.7.0"
88
var confluentCcsVersion = "$confluentVersion-ccs"
99
var protobufVersion = "3.25.5"
1010

0 commit comments

Comments
 (0)