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 6262 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
6363
6464 - name : Upload Maven build artifact
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v5
6666 if : matrix.java == '11' && matrix.os == 'ubuntu-latest'
6767 with :
6868 name : artifact
Original file line number Diff line number Diff line change 4242 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
4343 - run : ls -la modules/openapi-generator-cli/target
4444 - name : Upload openapi-generator-cli.jar artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : openapi-generator-cli.jar
4848 path : modules/openapi-generator-cli/target/openapi-generator-cli.jar
8181 GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
8282 - name : Publish unit test reports
8383 if : ${{ always() }}
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 name : surefire-test-results
8787 path : ' **/surefire-reports/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments