Migrate workflows from adopt to temurin
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 825a387..dc4ef94 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: temurin
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven including the docs-archive module using a profile
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 53d4f8d..3099397 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: temurin
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven