Skip to content

Commit

Permalink
Use Eclipse Temurin rather than AdoptOpenJDK in publish artifact acti…
Browse files Browse the repository at this point in the history
…on (#6406)
  • Loading branch information
MarkEWaite authored Mar 26, 2022
1 parent 607f845 commit 28ccfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.0.0
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: 8
- name: Set version
id: set-version
Expand Down

0 comments on commit 28ccfcd

Please sign in to comment.