testing upload-artifact@v4

This commit is contained in:
Arnaud Roques
2025-02-04 22:08:55 +01:00
parent 9e6df4b123
commit 4fe2160172
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: cp target/plantuml.war target/plantuml-jsp-${{ steps.version.outputs.VERSION }}.war
- name: temporarily save generated war files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: war-jre11
path: target/plantuml*-${{ steps.version.outputs.VERSION }}.war
@@ -76,7 +76,7 @@ jobs:
run: cp target/plantuml.war target/plantuml-jre8-jsp-${{ steps.version.outputs.VERSION }}.war
- name: temporarily save generated war files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: war-jre8
path: target/plantuml*-${{ steps.version.outputs.VERSION }}.war

View File

@@ -29,7 +29,7 @@ jobs:
run: mvn --batch-mode -f pom.jdk8.xml -D java.net.useSystemProxies=true clean package
- name: temporarily save generated files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: war-jre8
path: target/plantuml.war