We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3686197 + 7cda09c commit a1370c4Copy full SHA for a1370c4
2 files changed
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set up JDK 21
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: '21'
23
distribution: 'temurin'
.github/workflows/upload-artifacts.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
0 commit comments