File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@v5
5151
5252 - name : Download war artifact
53- uses : actions/download-artifact@v5
53+ uses : actions/download-artifact@v6
5454 with :
5555 name : built-app
5656 path : ./
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 cache : maven
113113
114114 # Get the build output from the unit test job
115- - uses : actions/download-artifact@v5
115+ - uses : actions/download-artifact@v6
116116 with :
117117 name : java-artifacts
118118 - run : |
@@ -145,7 +145,7 @@ jobs:
145145 cache : maven
146146
147147 # Get the build output from the integration test job
148- - uses : actions/download-artifact@v5
148+ - uses : actions/download-artifact@v6
149149 with :
150150 name : java-reportdir
151151 - run : tar -xvf java-reportdir.tar
You can’t perform that action at this time.
0 commit comments