Skip to content

Commit f06937e

Browse files
authored
Merge pull request #106 from rundeck-plugins/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v7
2 parents 3fa2d49 + 7a8c2c2 commit f06937e

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 artifact jar
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v7
3131
with:
3232
# Artifact name
3333
name: SSHJ-Plugin-${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)