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 2525 - name : Build javadocs
2626 run : ./gradlew --no-daemon --parallel javadoc
2727 - name : Upload javadocs
28- uses : actions/upload-pages-artifact@v2
28+ uses : actions/upload-pages-artifact@v3
2929 with :
3030 path : build/docs/javadoc
3131 deploy :
3838 steps :
3939 - name : Deploy
4040 id : deployment
41- uses : actions/deploy-pages@v2
41+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 11# Changelog
22
33## Version 3.3.0
4- - Update BaseAppStoreServerAPIClient to move URL selection to a method
4+ - Update BaseAppStoreServerAPIClient to move URL selection to a method [ https://github.com/apple/app-store-server-library-java/pull/136 ]
55
66## Version 3.2.0
77- Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [ https://github.com/apple/app-store-server-library-java/pull/127 ]
You can’t perform that action at this time.
0 commit comments