We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa2d49 + 7a8c2c2 commit f06937eCopy full SHA for f06937e
1 file changed
.github/workflows/gradle.yml
@@ -27,7 +27,7 @@ jobs:
27
id: get_version
28
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
29
- name: Upload artifact jar
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
31
with:
32
# Artifact name
33
name: SSHJ-Plugin-${{ steps.get_version.outputs.VERSION }}
0 commit comments