Skip to content

Commit 5f8c9aa

Browse files
authoredMar 18, 2025··
chore: bumping confluentVersion (#105)
* chore: bumping confluentVersion * actions/upload-artifact@v3 -> actions/upload-artifact@v4
1 parent 4a1bec0 commit 5f8c9aa

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@v3
35+
uses: actions/upload-artifact@v4
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.7.0"
7+
var confluentVersion = "7.9.0"
88
var confluentCcsVersion = "$confluentVersion-ccs"
99
var protobufVersion = "3.25.5"
1010

0 commit comments

Comments
 (0)
Please sign in to comment.