Skip to content

Commit 7434849

Browse files
Merge pull request #137 from alexanderjordanbaker/FixingCiReleaseJavaDocs
Fix JavaDoc publishing process due to deprecated actions
2 parents 4dd1e78 + d8914d8 commit 7434849

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-release-javadocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy
4040
id: deployment
41-
uses: actions/deploy-pages@v2
41+
uses: actions/deploy-pages@v4

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]

0 commit comments

Comments
 (0)