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 aa49121 commit a5b05d4Copy full SHA for a5b05d4
.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@v5
31
with:
32
# Artifact name
33
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
0 commit comments