Skip to content

Commit 768a06e

Browse files
committed
Merge branch 'update-from-template'
2 parents 7ee742e + a24fe7e commit 768a06e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fi
5757
5858
- name: Upload demo files
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: demo-files-java-${{ matrix.java }}
6262
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
164164

165165
- name: Upload licenses - Upload Artifact
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: dependencies-licenses
169169
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/site

openapi-client-maven-template-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.11.0</version>
59+
<version>3.12.1</version>
6060
<configuration>
6161
<release>${maven.compiler.release}</release>
6262
<compilerArgs>

openapi-client-maven-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-compiler-plugin</artifactId>
178-
<version>3.11.0</version>
178+
<version>3.12.1</version>
179179
<configuration>
180180
<release>${maven.compiler.release}</release>
181181
<compilerArgs>

0 commit comments

Comments
 (0)