Skip to content

Commit 4fe2160

Browse files
committed
testing upload-artifact@v4
1 parent 9e6df4b commit 4fe2160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cp target/plantuml.war target/plantuml-jsp-${{ steps.version.outputs.VERSION }}.war
3838

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

7878
- name: temporarily save generated war files
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: war-jre8
8282
path: target/plantuml*-${{ steps.version.outputs.VERSION }}.war

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: mvn --batch-mode -f pom.jdk8.xml -D java.net.useSystemProxies=true clean package
3030

3131
- name: temporarily save generated files
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: war-jre8
3535
path: target/plantuml.war

0 commit comments

Comments
 (0)