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 3636 run : echo "war_file=$(ls *.war | head -1)">> $GITHUB_ENV
3737
3838 - name : Upload war artifact
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : built-app
4242 path : ./target/${{ env.war_file }}
Original file line number Diff line number Diff line change 6262
6363 # Upload the built war file. For download, it will be wrapped in a ZIP by GitHub.
6464 # See also https://github.com/actions/upload-artifact#zipped-artifact-downloads
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 with :
6767 name : dataverse-java${{ matrix.jdk }}.war
6868 path : target/dataverse*.war
7272 - run : |
7373 tar -cvf java-builddir.tar target
7474 tar -cvf java-m2-selection.tar ~/.m2/repository/io/gdcc/dataverse-*
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v5
7676 with :
7777 name : java-artifacts
7878 path : |
@@ -124,7 +124,7 @@ jobs:
124124
125125 # Wrap up and send to coverage job
126126 - run : tar -cvf java-reportdir.tar target/site
127- - uses : actions/upload-artifact@v4
127+ - uses : actions/upload-artifact@v5
128128 with :
129129 name : java-reportdir
130130 path : java-reportdir.tar
You can’t perform that action at this time.
0 commit comments