File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8989 mvn package --no-transfer-progress
9090
9191 - name : Upload app jar
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : app-jar
9595 path : target/*.jar
@@ -165,7 +165,7 @@ jobs:
165165 - uses : actions/checkout@v5
166166
167167 - name : Download uploaded jar
168- uses : actions/download-artifact@v5
168+ uses : actions/download-artifact@v6
169169 with :
170170 name : app-jar
171171 path : target/
Original file line number Diff line number Diff line change 4242 run : mvn package --no-transfer-progress
4343
4444 - name : Upload API jar
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : app-jar
4848 path : target/*.jar
5555 - uses : actions/checkout@v5
5656
5757 - name : Download uploaded jar
58- uses : actions/download-artifact@v5
58+ uses : actions/download-artifact@v6
5959 with :
6060 name : app-jar
6161 path : target/
You can’t perform that action at this time.
0 commit comments