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 f28823f commit 0eca8c4Copy full SHA for 0eca8c4
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
id: get_version
27
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
28
- name: Upload artifact zip
29
- uses: actions/upload-artifact@v1.0.0
+ uses: actions/upload-artifact@v4.0.0
30
with:
31
# Artifact name
32
name: aws-ec2-ice-node-execution-${{ steps.get_version.outputs.VERSION }}
0 commit comments