Skip to content

Commit 4644bd7

Browse files
committed
Merge branch 'master' into snyk-scan
2 parents 5a9e39e + d2dc2a2 commit 4644bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Get Fetch Tags
@@ -24,9 +24,9 @@ jobs:
2424
run: ./gradlew build
2525
- name: Get Release Version
2626
id: get_version
27-
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
27+
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2828
- name: Upload artifact zip
29-
uses: actions/upload-artifact@v1.0.0
29+
uses: actions/upload-artifact@v4.0.0
3030
with:
3131
# Artifact name
3232
name: kubernetes-${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)