Skip to content

Commit 0b9708b

Browse files
authored
Fix GA workflow that publishes Apache Maven artifacts (opensearch-project#2625)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent e28ca01 commit 0b9708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-java@v3
2424
with:
2525
distribution: temurin # Temurin is a distribution of adoptium
26-
java-version: 17
26+
java-version: 21
2727
- uses: actions/checkout@v3
2828
- uses: aws-actions/configure-aws-credentials@v1.7.0
2929
with:

0 commit comments

Comments
 (0)