Skip to content

Commit

Permalink
Fix JavaDoc publishing process due to deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjordanbaker committed Feb 1, 2025
1 parent 9af9a6d commit d8914d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release-javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build javadocs
run: ./gradlew --no-daemon --parallel javadoc
- name: Upload javadocs
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: build/docs/javadoc
deploy:
Expand All @@ -38,4 +38,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## Version 3.3.0
- Update BaseAppStoreServerAPIClient to move URL selection to a method
- Update BaseAppStoreServerAPIClient to move URL selection to a method [https://github.com/apple/app-store-server-library-java/pull/136]

## Version 3.2.0
- Incorporate caching of validated certificate chains to prevent repetitive OCSP fetches [https://github.com/apple/app-store-server-library-java/pull/127]
Expand Down

0 comments on commit d8914d8

Please sign in to comment.