diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6ab0ded..13d5ae7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -26,7 +26,7 @@ jobs: id: get_version run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION - name: Upload plugin jar - uses: actions/upload-artifact@v1.0.0 + uses: actions/upload-artifact@v4.4.1 with: # Artifact name name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}