Skip to content

Commit 79fd75e

Browse files
Update actions/upload-artifact action to v7
1 parent 79ccb90 commit 79fd75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: get_version
2828
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2929
- name: Upload sshj-plugin jar
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v7
3131
with:
3232
# Artifact name
3333
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)