Skip to content

Commit 0eca8c4

Browse files
committed
Updating to use v4 of upload-artifact
1 parent f28823f commit 0eca8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: get_version
2727
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
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: aws-ec2-ice-node-execution-${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)