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 3232 shell : bash
3333 run : find . -name '*-reports' -type d | tar -czvf test-reports.tgz -T -
3434 - name : Upload failure archive (if maven failed)
35- uses : actions/upload-artifact@v1
35+ uses : actions/upload-artifact@v2.2.4
3636 if : failure()
3737 with :
3838 name : test-reports-${{ matrix.flavor }}
Original file line number Diff line number Diff line change 3636 shell : bash
3737 run : tar -czvf maven-repo.tgz -C ~ .m2/repository
3838 - name : Persist Maven Repo
39- uses : actions/upload-artifact@v1
39+ uses : actions/upload-artifact@v2.2.4
4040 with :
4141 name : maven-repo
4242 path : maven-repo.tgz
6969 run : |
7070 find api/target -name 'lib' -o -name 'ublhub-api-*-runner.jar' | tar -czvf ublhub-java-artifacts.tgz -T -
7171 - name : Upload Archive XML Sender
72- uses : actions/upload-artifact@v1
72+ uses : actions/upload-artifact@v2.2.4
7373 with :
7474 name : ublhub-java-artifacts
7575 path : ' ublhub-java-artifacts.tgz'
You can’t perform that action at this time.
0 commit comments