Skip to content

Commit 7466546

Browse files
committed
Merge branch 'update-from-template'
2 parents e5e62c8 + 4c44c8c commit 7466546

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
@@ -166,7 +166,7 @@ jobs:
166166
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
167167

168168
- name: Upload licenses - Upload Artifact
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: dependencies-licenses
172172
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/site

vaadin-addon-template-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-compiler-plugin</artifactId>
114-
<version>3.11.0</version>
114+
<version>3.12.1</version>
115115
<configuration>
116116
<release>${maven.compiler.release}</release>
117117
<compilerArgs>

vaadin-addon-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-compiler-plugin</artifactId>
158-
<version>3.11.0</version>
158+
<version>3.12.1</version>
159159
<configuration>
160160
<release>${maven.compiler.release}</release>
161161
<compilerArgs>

0 commit comments

Comments
 (0)