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 25
25
- name : Build javadocs
26
26
run : ./gradlew --no-daemon --parallel javadoc
27
27
- name : Upload javadocs
28
- uses : actions/upload-pages-artifact@v2
28
+ uses : actions/upload-pages-artifact@v3
29
29
with :
30
30
path : build/docs/javadoc
31
31
deploy :
38
38
steps :
39
39
- name : Deploy
40
40
id : deployment
41
- uses : actions/deploy-pages@v2
41
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## 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 ]
5
5
6
6
## Version 3.2.0
7
7
- 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