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 4d61e95 commit ba0b2abCopy full SHA for ba0b2ab
1 file changed
.github/workflows/gradle.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Get Fetch Tags
15
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
16
if: "!contains(github.ref, 'refs/tags')"
17
- - name: Set up JDK 17.8
+ - name: Set up JDK 17
18
uses: actions/setup-java@v4
19
with:
20
- java-version: 17
+ java-version: '17'
21
distribution: 'zulu'
22
- name: Grant execute permission for gradlew
23
run: chmod +x gradlew
@@ -27,7 +27,7 @@ jobs:
27
id: get_version
28
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
29
- name: Upload artifact zip
30
- uses: actions/upload-artifact@v4.0.0
+ uses: actions/upload-artifact@v4
31
32
# Artifact name
33
name: kubernetes-${{ steps.get_version.outputs.VERSION }}
0 commit comments