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.
1 parent 86c4892 commit a049504Copy full SHA for a049504
.github/workflows/gradle.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
arguments: build
30
- name: Upload artifacts
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
33
name: ${{ github.event.repository.name }}-${{ github.event.pull_request && github.head_ref || github.ref_name }}
34
path: build/libs
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
16
- - name: Set up JDK 17
+ - name: Set up JDK
17
uses: actions/setup-java@v3
18
19
- java-version: '17'
+ java-version: '21'
20
distribution: 'temurin'
21
- name: Validate Gradle wrapper
22
uses: gradle/wrapper-validation-action@v1
0 commit comments