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 9393 mvn package --no-transfer-progress
9494
9595 - name : Upload app jar
96- uses : actions/upload-artifact@v6
96+ uses : actions/upload-artifact@v7
9797 with :
9898 name : app-jar
9999 path : target/*.jar
@@ -169,7 +169,7 @@ jobs:
169169 - uses : actions/checkout@v6
170170
171171 - name : Download uploaded jar
172- uses : actions/download-artifact@v7
172+ uses : actions/download-artifact@v8
173173 with :
174174 name : app-jar
175175 path : target/
Original file line number Diff line number Diff line change 4545 run : mvn package --no-transfer-progress
4646
4747 - name : Upload API jar
48- uses : actions/upload-artifact@v6
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : app-jar
5151 path : target/*.jar
5858 - uses : actions/checkout@v6
5959
6060 - name : Download uploaded jar
61- uses : actions/download-artifact@v7
61+ uses : actions/download-artifact@v8
6262 with :
6363 name : app-jar
6464 path : target/
You can’t perform that action at this time.
0 commit comments